Sdílet prostřednictvím


ModelSchema.GetInstantiatingAnnotationClass – metoda

Vrátí objekt metadat poznámek použitá k vytvoření instance daného typu.

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

Syntaxe

'Deklarace
Public Function GetInstantiatingAnnotationClass ( _
    type As Type _
) As ModelAnnotationClass
public ModelAnnotationClass GetInstantiatingAnnotationClass(
    Type type
)
public:
ModelAnnotationClass^ GetInstantiatingAnnotationClass(
    Type^ type
)
member GetInstantiatingAnnotationClass : 
        type:Type -> ModelAnnotationClass 
public function GetInstantiatingAnnotationClass(
    type : Type
) : ModelAnnotationClass

Parametry

Vrácená hodnota

Typ: Microsoft.Data.Schema.SchemaModel.ModelAnnotationClass
Vrátí objekt metadat poznámky.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ModelSchema Třída

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

ModelAnnotationClass