Share via


DeploymentContributor.OnEstablishDeploymentConfiguration Method

Called by the deployment process in Visual Studio to give your code an opportunity to modify deployment configuration.

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

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

DeploymentContributor Class

Microsoft.Data.Schema.Build Namespace