共用方式為


DataSchemaModel.Controller 屬性

取得模型控制器。

命名空間:  Microsoft.Data.Schema.SchemaModel
組件:  Microsoft.Data.Schema (在 Microsoft.Data.Schema.dll 中)

語法

'宣告
Protected ReadOnly Property Controller As DataSchemaModelController
    Get
protected DataSchemaModelController Controller { get; }
protected:
property DataSchemaModelController^ Controller {
    DataSchemaModelController^ get ();
}
member Controller : DataSchemaModelController
function get Controller () : DataSchemaModelController

屬性值

型別:Microsoft.Data.Schema.SchemaModel.DataSchemaModelController
DataSchemaModelController 物件,提供對結構描述模型的存取。

.NET Framework 安全性

請參閱

參考

DataSchemaModel 類別

Microsoft.Data.Schema.SchemaModel 命名空間

DataSchemaModelController