Sdílet prostřednictvím


ModelSchema.FindAnnotationClass – metoda (String)

Vyhledá a vrátí název objektu metadata annotation.

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

Syntaxe

'Deklarace
Public Function FindAnnotationClass ( _
    name As String _
) As ModelAnnotationClass
public ModelAnnotationClass FindAnnotationClass(
    string name
)
public:
ModelAnnotationClass^ FindAnnotationClass(
    String^ name
)
member FindAnnotationClass : 
        name:string -> ModelAnnotationClass 
public function FindAnnotationClass(
    name : String
) : ModelAnnotationClass

Parametry

Vrácená hodnota

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

Poznámky

name Hodnotu parametru odpovídá ClassName Vlastnost anotaci vráceného třída

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ModelSchema Třída

FindAnnotationClass – přetížení

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

ModelAnnotationClass