RefactoringDeploymentContributor.OnEstablishDeploymentConfiguration, méthode
Appelé pendant le processus de génération pour générer en sortie un fichier de configuration qui est créé lorsque des fichiers de configuration existants qui comportent des extensions de refactorisation sont fusionnés.
Espace de noms : Microsoft.Data.Schema.Refactoring
Assembly : Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)
Syntaxe
'Déclaration
Protected Overrides Sub OnEstablishDeploymentConfiguration ( _
setup As DeploymentContributorConfigurationSetup _
)
protected override void OnEstablishDeploymentConfiguration(
DeploymentContributorConfigurationSetup setup
)
protected:
virtual void OnEstablishDeploymentConfiguration(
DeploymentContributorConfigurationSetup^ setup
) override
abstract OnEstablishDeploymentConfiguration :
setup:DeploymentContributorConfigurationSetup -> unit
override OnEstablishDeploymentConfiguration :
setup:DeploymentContributorConfigurationSetup -> unit
protected override function OnEstablishDeploymentConfiguration(
setup : DeploymentContributorConfigurationSetup
)
Paramètres
- setup
Type : Microsoft.Data.Schema.Build.DeploymentContributorConfigurationSetup
Objet DeploymentContributorConfigurationSetup.
Notes
Pour plus d'informations sur la gestion d'événements, consultez Consommation d'événements.
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
RefactoringDeploymentContributor Classe
Microsoft.Data.Schema.Refactoring, espace de noms
DeploymentContributorConfigurationSetup