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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.