SchemaCompareScriptService.CreateSchemaDeployment-Methode

Gibt beim Überschreiben in einer abgeleiteten Klasse ein SchemaDeployment-Objekt zurück.

Namespace:  Microsoft.Data.Schema.Tools.Compare.Schema
Assembly:  Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)

Syntax

'Declaration
Protected Overridable Function CreateSchemaDeployment As SchemaDeployment
protected virtual SchemaDeployment CreateSchemaDeployment()
protected:
virtual SchemaDeployment^ CreateSchemaDeployment()
abstract CreateSchemaDeployment : unit -> SchemaDeployment 
override CreateSchemaDeployment : unit -> SchemaDeployment 
protected function CreateSchemaDeployment() : SchemaDeployment

Rückgabewert

Typ: Microsoft.Data.Schema.Build.SchemaDeployment
Das aktuelle Schemabereitstellungsobjekt.

.NET Framework-Sicherheit

Siehe auch

Referenz

SchemaCompareScriptService Klasse

Microsoft.Data.Schema.Tools.Compare.Schema-Namespace

SchemaDeployment