ModelSchema.GetInstantiatingAnnotationClass 方法

返回用于实例化给定类型的批注元数据对象。

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

语法

声明
Public Function GetInstantiatingAnnotationClass ( _
    type As Type _
) As ModelAnnotationClass
public ModelAnnotationClass GetInstantiatingAnnotationClass(
    Type type
)
public:
ModelAnnotationClass^ GetInstantiatingAnnotationClass(
    Type^ type
)
member GetInstantiatingAnnotationClass : 
        type:Type -> ModelAnnotationClass 
public function GetInstantiatingAnnotationClass(
    type : Type
) : ModelAnnotationClass

参数

返回值

类型:Microsoft.Data.Schema.SchemaModel.ModelAnnotationClass
返回批注元数据对象。

.NET Framework 安全性

请参见

参考

ModelSchema 类

Microsoft.Data.Schema.SchemaModel 命名空间

ModelAnnotationClass