Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the folder name for the specified ModelElementClass.
Namespace: Microsoft.Data.Schema.Sql
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Public Overrides Function GetFolderName ( _
elementType As ModelElementClass _
) As String
public override string GetFolderName(
ModelElementClass elementType
)
public:
virtual String^ GetFolderName(
ModelElementClass^ elementType
) override
abstract GetFolderName :
elementType:ModelElementClass -> string
override GetFolderName :
elementType:ModelElementClass -> string
public override function GetFolderName(
elementType : ModelElementClass
) : String
Parameters
- elementType
Type: Microsoft.Data.Schema.SchemaModel.ModelElementClass
The model element class for which you want the folder name.
Return Value
Type: System.String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.