Compartir a través de


RefactoringDeploymentContributor.OnApplyDeploymentConfiguration (Método)

Se le llama cuando la configuración de implementación se ha aplicado al colaborador.

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

Sintaxis

'Declaración
Protected Overrides Sub OnApplyDeploymentConfiguration ( _
    context As DeploymentContributorContext, _
    configurationFiles As ICollection(Of DeploymentContributorConfigurationFile) _
)
protected override void OnApplyDeploymentConfiguration(
    DeploymentContributorContext context,
    ICollection<DeploymentContributorConfigurationFile> configurationFiles
)
protected:
virtual void OnApplyDeploymentConfiguration(
    DeploymentContributorContext^ context, 
    ICollection<DeploymentContributorConfigurationFile^>^ configurationFiles
) override
abstract OnApplyDeploymentConfiguration : 
        context:DeploymentContributorContext * 
        configurationFiles:ICollection<DeploymentContributorConfigurationFile> -> unit 
override OnApplyDeploymentConfiguration : 
        context:DeploymentContributorContext * 
        configurationFiles:ICollection<DeploymentContributorConfigurationFile> -> unit 
protected override function OnApplyDeploymentConfiguration(
    context : DeploymentContributorContext, 
    configurationFiles : ICollection<DeploymentContributorConfigurationFile>
)

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)

OnEstablishDeploymentConfiguration

Otros recursos

Utilizar eventos