Freigeben über


SchemaDeploymentConstructor.ConstructServiceImplementation-Methode

Wird von Visual Studio aufgerufen, um ein SchemaDeployment-Objekt abzurufen.

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

Syntax

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

Rückgabewert

Typ: Microsoft.Data.Schema.Build.SchemaDeployment
Das initialisierte Schemabereitstellungsmodul.

Ausnahmen

Ausnahme Bedingung
ArgumentNullException

Die Errors-Eigenschaft ist nullNULL-Verweis (Nothing in Visual Basic).

Hinweise

Diese Methode ruft die OnConstructDeployment-Methode auf.

.NET Framework-Sicherheit

Siehe auch

Referenz

SchemaDeploymentConstructor Klasse

Microsoft.Data.Schema.Build-Namespace

SchemaDeployment