Share via


ModelSchema.FindAnnotationClass-Methode (Type)

Gibt das Anmerkungsmetadatenobjekt zurück, das einer Anmerkung des angegebenen Typs zugeordnet ist.

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

Syntax

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

Parameter

Rückgabewert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

ModelSchema Klasse

FindAnnotationClass-Überladung

Microsoft.Data.Schema.SchemaModel-Namespace

ModelAnnotationClass