Sdílet prostřednictvím


RefactoringDeploymentContributor.OnApplyDeploymentConfiguration – metoda

Volána, když byla použita konfigurace nasazení Přispěvatel.

Obor názvů:  Microsoft.Data.Schema.Refactoring
Sestavení:  Microsoft.Data.Schema (v Microsoft.Data.Schema.dll)

Syntaxe

'Deklarace
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>
)

Parametry

Poznámky

Další informace o zpracování událostí, viz Zpracování událostí.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

RefactoringDeploymentContributor Třída

Microsoft.Data.Schema.Refactoring – obor názvů

OnEstablishDeploymentConfiguration

Další zdroje

Zpracování událostí