Freigeben über


RefactoringDeploymentContributor.OnApplyDeploymentConfiguration-Methode

Wird aufgerufen, wenn die Bereitstellungskonfiguration für den Mitwirkenden übernommen wurde.

Namespace:  Microsoft.Data.Schema.Refactoring
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

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

Parameter

Hinweise

Weitere Informationen zur Ereignisbehandlung finden Sie unter Behandeln von Ereignissen.

.NET Framework-Sicherheit

Siehe auch

Referenz

RefactoringDeploymentContributor Klasse

Microsoft.Data.Schema.Refactoring-Namespace

OnEstablishDeploymentConfiguration

Weitere Ressourcen

Behandeln von Ereignissen