ModelStore.GetAllAnnotations<TType> 方法

列表返回实现给定类型的模型上的批注。

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

语法

声明
Public Function GetAllAnnotations(Of TType As {Class, IModelAnnotation}) As IList(Of TType)
public IList<TType> GetAllAnnotations<TType>()
where TType : class, IModelAnnotation
public:
generic<typename TType>
where TType : ref class, IModelAnnotation
IList<TType>^ GetAllAnnotations()
member GetAllAnnotations : unit -> IList<'TType>  when 'TType : not struct and IModelAnnotation
JScript 不支持泛型类型或方法。

类型参数

返回值

类型:System.Collections.Generic.IList<TType>
批注的列表。

.NET Framework 安全性

请参见

参考

ModelStore 类

GetAllAnnotations 重载

Microsoft.Data.Schema.SchemaModel 命名空间

IModelAnnotation

ModelIdentifier