Share via


SchemaDeployment.CreateController Method

Creates and returns an ISchemaDeploymentController object.

Namespace:  Microsoft.Data.Schema.Build
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

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

Return Value

Type: Microsoft.Data.Schema.Build.ISchemaDeploymentController
If the source database, the target database, or the comparison result is nulla null reference (Nothing in Visual Basic), the required objects are created and prepared to execute the deployment.

.NET Framework Security

See Also

Reference

SchemaDeployment Class

Microsoft.Data.Schema.Build Namespace

ISchemaDeploymentController