ModelBuilderConstructor.DataSchemaModelController 属性

获取或设置架构管理器控制器。

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

语法

声明
Public Property DataSchemaModelController As DataSchemaModelController
    Get
    Set
public DataSchemaModelController DataSchemaModelController { get; set; }
public:
property DataSchemaModelController^ DataSchemaModelController {
    DataSchemaModelController^ get ();
    void set (DataSchemaModelController^ value);
}
member DataSchemaModelController : DataSchemaModelController with get, set
function get DataSchemaModelController () : DataSchemaModelController
function set DataSchemaModelController (value : DataSchemaModelController)

属性值

类型:Microsoft.Data.Schema.SchemaModel.DataSchemaModelController
返回一个 DataSchemaModelController

.NET Framework 安全性

请参见

参考

ModelBuilderConstructor 类

Microsoft.Data.Schema.SchemaModel 命名空间