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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.