SqlSchemaModel.AnnotationsIncludedInSerialization 属性

获取一个值,该值指示对模型进行序列化时是否包括批注。

命名空间:  Microsoft.Data.Schema.Sql.SchemaModel
程序集:  Microsoft.Data.Schema.Sql(在 Microsoft.Data.Schema.Sql.dll 中)

语法

声明
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>

属性值

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

.NET Framework 安全性

请参见

参考

SqlSchemaModel 类

Microsoft.Data.Schema.Sql.SchemaModel 命名空间