Partager via


RefactoringDeploymentContributor.OnApplyDeploymentConfiguration, méthode

Appelé lorsque la configuration de déploiement a été appliquée au collaborateur.

Espace de noms :  Microsoft.Data.Schema.Refactoring
Assembly :  Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)

Syntaxe

'Déclaration
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>
)

Paramètres

Notes

Pour plus d'informations sur la gestion d'événements, consultez Consommation d'événements.

Sécurité .NET Framework

Voir aussi

Référence

RefactoringDeploymentContributor Classe

Microsoft.Data.Schema.Refactoring, espace de noms

OnEstablishDeploymentConfiguration

Autres ressources

Consommation d'événements