ModelSchema.AddAnnotationClass 方法

向此架构添加批注类。

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

语法

声明
Public Sub AddAnnotationClass ( _
    annotationClass As ModelAnnotationClass _
)
public void AddAnnotationClass(
    ModelAnnotationClass annotationClass
)
public:
void AddAnnotationClass(
    ModelAnnotationClass^ annotationClass
)
member AddAnnotationClass : 
        annotationClass:ModelAnnotationClass -> unit 
public function AddAnnotationClass(
    annotationClass : ModelAnnotationClass
)

参数

.NET Framework 安全性

请参见

参考

ModelSchema 类

Microsoft.Data.Schema.SchemaModel 命名空间

ModelAnnotationClass