Partilhar via


Método RefactoringDeploymentContributor.OnEstablishDeploymentConfiguration

Chamado durante o processo de compilação, saída de um arquivo de configuração é criado quando os arquivos de configuração existentes que tenham extensões de refatoração são mesclados.

Namespace:  Microsoft.Data.Schema.Refactoring
Assembly:  Microsoft.Data.Schema (em Microsoft.Data.Schema.dll)

Sintaxe

'Declaração
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
)

Parâmetros

Comentários

Para obter mais informações sobre como manipular eventos, consulte Consumindo Eventos.

Segurança do .NET Framework

Consulte também

Referência

RefactoringDeploymentContributor Classe

Namespace Microsoft.Data.Schema.Refactoring

DeploymentContributorConfigurationSetup

ProposeTargetOperations

Outros recursos

Consumindo Eventos