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
- elementType
Typ: Microsoft.Data.Schema.SchemaModel.ModelElementClass
Typ prvku.
Vrácená hodnota
Typ: System.String
Popis typu prvku.
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.