ModelStore.CreateAnnotation<TAnnotation> 方法

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

语法

声明
Public Function CreateAnnotation(Of TAnnotation As IModelAnnotation) As TAnnotation
public TAnnotation CreateAnnotation<TAnnotation>()
where TAnnotation : IModelAnnotation
public:
generic<typename TAnnotation>
where TAnnotation : IModelAnnotation
TAnnotation CreateAnnotation()
member CreateAnnotation : unit -> 'TAnnotation  when 'TAnnotation : IModelAnnotation
JScript 不支持泛型类型或方法。

类型参数

  • TAnnotation

返回值

类型:TAnnotation

.NET Framework 安全性

请参见

参考

ModelStore 类

CreateAnnotation 重载

Microsoft.Data.Schema.SchemaModel 命名空间