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
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.
Viz také
Odkaz
Microsoft.Data.Schema.SchemaModel – obor názvů
AnnotationClass