Compartir a través de


DeploymentContributor.OnEstablishDeploymentConfiguration (Método)

Lo llama el proceso de implementación en Visual Studio para dar a su código una oportunidad de modificar la configuración de implementación.

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

Sintaxis

'Declaración
Protected Overridable Sub OnEstablishDeploymentConfiguration ( _
    setup As DeploymentContributorConfigurationSetup _
)
protected virtual void OnEstablishDeploymentConfiguration(
    DeploymentContributorConfigurationSetup setup
)
protected:
virtual void OnEstablishDeploymentConfiguration(
    DeploymentContributorConfigurationSetup^ setup
)
abstract OnEstablishDeploymentConfiguration : 
        setup:DeploymentContributorConfigurationSetup -> unit 
override OnEstablishDeploymentConfiguration : 
        setup:DeploymentContributorConfigurationSetup -> unit 
protected function OnEstablishDeploymentConfiguration(
    setup : DeploymentContributorConfigurationSetup
)

Parámetros

Seguridad de .NET Framework

Vea también

Referencia

DeploymentContributor Clase

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