ModelSchema.FindAnnotationClass 方法 (Type)

返回与给定类型的批注关联的批注元数据对象。

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

语法

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

参数

返回值

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

.NET Framework 安全性

请参见

参考

ModelSchema 类

FindAnnotationClass 重载

Microsoft.Data.Schema.SchemaModel 命名空间

ModelAnnotationClass