ModelSchema.FindAnnotationClass 方法 (String)

按名称查找并返回批注元数据对象。

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

语法

声明
Public Function FindAnnotationClass ( _
    name As String _
) As ModelAnnotationClass
public ModelAnnotationClass FindAnnotationClass(
    string name
)
public:
ModelAnnotationClass^ FindAnnotationClass(
    String^ name
)
member FindAnnotationClass : 
        name:string -> ModelAnnotationClass 
public function FindAnnotationClass(
    name : String
) : ModelAnnotationClass

参数

返回值

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

备注

name 参数值与返回的批注类上的 ClassName 属性匹配。

.NET Framework 安全性

请参见

参考

ModelSchema 类

FindAnnotationClass 重载

Microsoft.Data.Schema.SchemaModel 命名空间

ModelAnnotationClass