SqlUserInteractionServices.GetElementTypeDescription Method
Returns an element-type description.
Namespace: Microsoft.Data.Schema.Sql
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Public Overrides Function GetElementTypeDescription ( _
elementType As ModelElementClass _
) As String
public override string GetElementTypeDescription(
ModelElementClass elementType
)
public:
virtual String^ GetElementTypeDescription(
ModelElementClass^ elementType
) override
abstract GetElementTypeDescription :
elementType:ModelElementClass -> string
override GetElementTypeDescription :
elementType:ModelElementClass -> string
public override function GetElementTypeDescription(
elementType : ModelElementClass
) : String
Parameters
- elementType
Type: Microsoft.Data.Schema.SchemaModel.ModelElementClass
The element type.
Return Value
Type: System.String
The description of that element type.
.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.