Share via


ModelSchema.GetInstantiatingAnnotationClass-Methode

Gibt das Anmerkungsmetadatenobjekt zurück, das zur Instanziierung des angegebenen Typs verwendet wird.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

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

Parameter

Rückgabewert

Typ: Microsoft.Data.Schema.SchemaModel.ModelAnnotationClass
Gibt ein Anmerkungsmetadatenobjekt zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

ModelSchema Klasse

Microsoft.Data.Schema.SchemaModel-Namespace

ModelAnnotationClass