DataSchemaModel.AnnotationsIncludedInSerialization 属性

获取对模型进行序列化时将包括的批注类型的列表。

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

语法

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

属性值

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

.NET Framework 安全性

请参见

参考

DataSchemaModel 类

Microsoft.Data.Schema.SchemaModel 命名空间