IModelAnnotation.AnnotationClass-Eigenschaft
Ruft die Metadatenklasse für die Anmerkung ab.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
ReadOnly Property AnnotationClass As ModelAnnotationClass
Get
ModelAnnotationClass AnnotationClass { get; }
property ModelAnnotationClass^ AnnotationClass {
ModelAnnotationClass^ get ();
}
abstract AnnotationClass : ModelAnnotationClass
function get AnnotationClass () : ModelAnnotationClass
Eigenschaftswert
Typ: Microsoft.Data.Schema.SchemaModel.ModelAnnotationClass
Ein AnnotationClass-Objekt.
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.
Siehe auch
Referenz
IModelAnnotation Schnittstelle
Microsoft.Data.Schema.SchemaModel-Namespace
AnnotationClass