共用方式為


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