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