Freigeben über


SchemaDeploymentConstructor.OnConstructDeployment-Methode

Erstellt ein Schemabereitstellungsobjekt.

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

Syntax

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

Rückgabewert

Typ: Microsoft.Data.Schema.Build.SchemaDeployment
Ein neues Schemabereitstellungsobjekt.

Hinweise

Überschreiben Sie diese Methoe, um Funktionen für ein bestimmtes DatabaseSchemaProvider-Objekt hinzuzufügen.

.NET Framework-Sicherheit

Siehe auch

Referenz

SchemaDeploymentConstructor Klasse

Microsoft.Data.Schema.Build-Namespace

SchemaDeployment