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 file name extension 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 GetFileExtension ( _
elementType As ModelElementClass _
) As String
public override string GetFileExtension(
ModelElementClass elementType
)
public:
virtual String^ GetFileExtension(
ModelElementClass^ elementType
) override
abstract GetFileExtension :
elementType:ModelElementClass -> string
override GetFileExtension :
elementType:ModelElementClass -> string
public override function GetFileExtension(
elementType : ModelElementClass
) : String
Parameters
- elementType
Type: Microsoft.Data.Schema.SchemaModel.ModelElementClass
The model element class for which you want the file name extension.
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.