Sdílet prostřednictvím


ModelAnnotation.AnnotationClass – vlastnost

Načtení objektu metadata popisující tuto instanci.

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

Syntaxe

'Deklarace
Public ReadOnly Property AnnotationClass As ModelAnnotationClass
    Get
public ModelAnnotationClass AnnotationClass { get; }
public:
virtual property ModelAnnotationClass^ AnnotationClass {
    ModelAnnotationClass^ get () sealed;
}
abstract AnnotationClass : ModelAnnotationClass
override AnnotationClass : ModelAnnotationClass
final function get AnnotationClass () : ModelAnnotationClass

Hodnota vlastnosti

Typ: Microsoft.Data.Schema.SchemaModel.ModelAnnotationClass
Metadata informace o této instance.

Implementuje

IModelAnnotation.AnnotationClass

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ModelAnnotation Třída

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

AnnotationClass