Partager via


SchemaDeploymentConstructor.ConstructServiceImplementation, méthode

Appelé par Visual Studio pour obtenir un objet SchemaDeployment.

Espace de noms :  Microsoft.Data.Schema.Build
Assembly :  Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)

Syntaxe

'Déclaration
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

Valeur de retour

Type : Microsoft.Data.Schema.Build.SchemaDeployment
Moteur de déploiement de schéma initialisé.

Exceptions

Exception Condition
ArgumentNullException

La propriété Errors est nullune référence null (Nothing en Visual Basic).

Notes

Cette méthode appelle la méthode OnConstructDeployment.

Sécurité .NET Framework

Voir aussi

Référence

SchemaDeploymentConstructor Classe

Microsoft.Data.Schema.Build, espace de noms

SchemaDeployment