Partager via


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

Notes

Pour plus d'informations sur la gestion d'événements, consultez Consommation d'événements.

Sécurité .NET Framework

Voir aussi

Référence

RefactoringDeploymentContributor Classe

Microsoft.Data.Schema.Refactoring, espace de noms

DeploymentContributorConfigurationSetup

ProposeTargetOperations

Autres ressources

Consommation d'événements