ModelSchema.AnnotationClasses 属性

获取批注元数据对象的列表。

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

语法

声明
Public ReadOnly Property AnnotationClasses As IList(Of ModelAnnotationClass)
    Get
public IList<ModelAnnotationClass> AnnotationClasses { get; }
public:
property IList<ModelAnnotationClass^>^ AnnotationClasses {
    IList<ModelAnnotationClass^>^ get ();
}
member AnnotationClasses : IList<ModelAnnotationClass>
function get AnnotationClasses () : IList<ModelAnnotationClass>

属性值

类型:System.Collections.Generic.IList<ModelAnnotationClass>
元数据对象的列表。

.NET Framework 安全性

请参见

参考

ModelSchema 类

Microsoft.Data.Schema.SchemaModel 命名空间

ModelAnnotationClass