Share via


SqlSchemaModel.AnnotationsIncludedInSerialization Property

Gets a value that indicates whether annotations are included when the model is serialized.

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)
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>

Property Value

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

.NET Framework Security

See Also

Reference

SqlSchemaModel Class

Microsoft.Data.Schema.Sql.SchemaModel Namespace