DataSchemaModel.RegisterForController 方法

注册模型控制器。

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

语法

声明
Public Function RegisterForController As DataSchemaModelController
public DataSchemaModelController RegisterForController()
public:
DataSchemaModelController^ RegisterForController()
member RegisterForController : unit -> DataSchemaModelController 
public function RegisterForController() : DataSchemaModelController

返回值

类型:Microsoft.Data.Schema.SchemaModel.DataSchemaModelController
注册的 DataSchemaModelController

.NET Framework 安全性

请参见

参考

DataSchemaModel 类

Microsoft.Data.Schema.SchemaModel 命名空间

DataSchemaModelController