ModelAnnotation.AnnotationClass-Eigenschaft
Ruft das Metadatenobjekt ab, das diese Instanz beschreibt.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
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
Eigenschaftswert
Typ: Microsoft.Data.Schema.SchemaModel.ModelAnnotationClass
Die Metadateninformationen zu dieser Instanz.
Implementiert
IModelAnnotation.AnnotationClass
.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
Microsoft.Data.Schema.SchemaModel-Namespace
AnnotationClass