Sdílet prostřednictvím


ModelSchema.FindAnnotationClass – metoda (Type)

Vrátí objekt metadat poznámky spojené s poznámek daného typu.

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

Syntaxe

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

Parametry

Vrácená hodnota

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

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ModelSchema Třída

FindAnnotationClass – přetížení

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

ModelAnnotationClass