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
- setup
Tipo: Microsoft.Data.Schema.Build.DeploymentContributorConfigurationSetup
A DeploymentContributorConfigurationSetup objeto.
Comentários
Para obter mais informações sobre como manipular eventos, consulte Consumindo Eventos.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.
Consulte também
Referência
RefactoringDeploymentContributor Classe
Namespace Microsoft.Data.Schema.Refactoring
DeploymentContributorConfigurationSetup