Partager via


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

Voir aussi

Référence

SchemaDeploymentConstructor Classe

Microsoft.Data.Schema.Build, espace de noms

SchemaDeployment