Dela via


RefactoringDeploymentContributor.OnEstablishDeploymentConfiguration Method

Called during the build process to output a configuration file that is created when existing configuration files that have refactoring extensions are merged.

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
)

Parameters

Remarks

For more information about how to handle events, see Consuming Events.

.NET Framework Security

See Also

Reference

RefactoringDeploymentContributor Class

Microsoft.Data.Schema.Refactoring Namespace

DeploymentContributorConfigurationSetup

ProposeTargetOperations

Other Resources

Consuming Events