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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
SchemaDeploymentConstructor Classe