共用方式為


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