Sdílet prostřednictvím


SqlUserInteractionServices.GetElementTypeDescription – metoda

Vrátí popis typu prvku.

Obor názvů:  Microsoft.Data.Schema.Sql
Sestavení:  Microsoft.Data.Schema.Sql (v Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Deklarace
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

Parametry

Vrácená hodnota

Typ: System.String
Popis typu prvku.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

SqlUserInteractionServices Třída

Microsoft.Data.Schema.Sql – obor názvů