共用方式為


SchemaDeployment.CreateController 方法

建立並傳回 ISchemaDeploymentController 物件。

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

語法

'宣告
Public Function CreateController As ISchemaDeploymentController
public ISchemaDeploymentController CreateController()
public:
ISchemaDeploymentController^ CreateController()
member CreateController : unit -> ISchemaDeploymentController 
public function CreateController() : ISchemaDeploymentController

傳回值

型別:Microsoft.Data.Schema.Build.ISchemaDeploymentController
如果來源資料庫、目標資料庫或比較結果是 nullNull 參照 (即 Visual Basic 中的 Nothing),則會建立並準備需要的物件,以執行部署。

.NET Framework 安全性

請參閱

參考

SchemaDeployment 類別

Microsoft.Data.Schema.Build 命名空間

ISchemaDeploymentController