Freigeben über


RefactoringDeploymentContributor.OnEstablishDeploymentConfiguration-Methode

Wird während des Buildprozesses aufgerufen, um eine Konfigurationsdatei auszugeben, die beim Zusammenführen von Konfigurationsdateien mit Umgestaltungserweiterungen erstellt wurde.

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

Syntax

'Declaration
Protected Overrides Sub OnEstablishDeploymentConfiguration ( _
    setup As DeploymentContributorConfigurationSetup _
)
protected override void OnEstablishDeploymentConfiguration(
    DeploymentContributorConfigurationSetup setup
)
protected:
virtual void OnEstablishDeploymentConfiguration(
    DeploymentContributorConfigurationSetup^ setup
) override
abstract OnEstablishDeploymentConfiguration : 
        setup:DeploymentContributorConfigurationSetup -> unit 
override OnEstablishDeploymentConfiguration : 
        setup:DeploymentContributorConfigurationSetup -> unit 
protected override function OnEstablishDeploymentConfiguration(
    setup : DeploymentContributorConfigurationSetup
)

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

DeploymentContributorConfigurationSetup

ProposeTargetOperations

Weitere Ressourcen

Behandeln von Ereignissen