Поделиться через


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

Return Value

Type: System.String
The description of that element type.

.NET Framework Security

See Also

Reference

SqlUserInteractionServices Class

Microsoft.Data.Schema.Sql Namespace