SchemaDeploymentConstructor.OnConstructDeployment, méthode
Crée un objet de déploiement de schéma.
Espace de noms : Microsoft.Data.Schema.Build
Assembly : Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)
Syntaxe
'Déclaration
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
Valeur de retour
Type : Microsoft.Data.Schema.Build.SchemaDeployment
Nouvel objet de déploiement de schéma.
Notes
Substituez cette méthode pour ajouter des fonctionnalités pour un DatabaseSchemaProvider spécifique.
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