Freigeben über


SchemaDeployment.CreateController-Methode

Erstellt ein neues ISchemaDeploymentController-Objekt und gibt dieses zurück.

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

Rückgabewert

Typ: Microsoft.Data.Schema.Build.ISchemaDeploymentController
Wenn die Quelldatenbank, die Zieldatenbank oder das Vergleichsergebnis nullNULL-Verweis (Nothing in Visual Basic) ist, werden die erforderlichen Objekte erstellt und für das Ausführen der Bereitstellung vorbereitet.

.NET Framework-Sicherheit

Siehe auch

Referenz

SchemaDeployment Klasse

Microsoft.Data.Schema.Build-Namespace

ISchemaDeploymentController