Compartir a través de


RefactoringDeploymentContributor.OnEstablishDeploymentConfiguration (Método)

Se le llama durante el proceso de compilación para generar un archivo de configuración creado al combinar los archivos de configuración existentes que tienen extensiones de refactorización.

Espacio de nombres:  Microsoft.Data.Schema.Refactoring
Ensamblado:  Microsoft.Data.Schema (en Microsoft.Data.Schema.dll)

Sintaxis

'Declaración
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

Comentarios

Para obtener más información acerca de cómo controlar eventos, vea Utilizar eventos.

Seguridad de .NET Framework

Vea también

Referencia

RefactoringDeploymentContributor Clase

Microsoft.Data.Schema.Refactoring (Espacio de nombres)

DeploymentContributorConfigurationSetup

ProposeTargetOperations

Otros recursos

Utilizar eventos