Share via


ModelAnnotationClass.AnnotationType-Eigenschaft

Ruft das Type-Element der Anmerkung ab.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public ReadOnly Property AnnotationType As Type
    Get
public Type AnnotationType { get; }
public:
property Type^ AnnotationType {
    Type^ get ();
}
member AnnotationType : Type
function get AnnotationType () : Type

Eigenschaftswert

Typ: System.Type
Die Type der Anmerkung.

.NET Framework-Sicherheit

Siehe auch

Referenz

ModelAnnotationClass Klasse

Microsoft.Data.Schema.SchemaModel-Namespace