Freigeben über


SqlSchemaModel.AnnotationsIncludedInSerialization-Eigenschaft

Ruft einen Wert ab, der angibt, ob beim Serialisieren des Modells Anmerkungen eingeschlossen werden.

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

Syntax

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

Eigenschaftswert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

SqlSchemaModel Klasse

Microsoft.Data.Schema.Sql.SchemaModel-Namespace