Freigeben über


DataSchemaModel.AnnotationsIncludedInSerialization-Eigenschaft

Ruft eine Liste der Typen von Anmerkungen ab, die beim Serialisieren des Modells berücksichtigt werden.

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

Syntax

'Declaration
Public Overridable ReadOnly Property AnnotationsIncludedInSerialization As IList(Of Type)
    Get
public virtual IList<Type> AnnotationsIncludedInSerialization { get; }
public:
virtual property IList<Type^>^ AnnotationsIncludedInSerialization {
    IList<Type^>^ get ();
}
abstract AnnotationsIncludedInSerialization : IList<Type>
override AnnotationsIncludedInSerialization : IList<Type>
function get AnnotationsIncludedInSerialization () : IList<Type>

Eigenschaftswert

Typ: System.Collections.Generic.IList<Type>

.NET Framework-Sicherheit

Siehe auch

Referenz

DataSchemaModel Klasse

Microsoft.Data.Schema.SchemaModel-Namespace