Freigeben über


DeploymentContributor.OnEstablishDeploymentConfiguration-Methode

Wird vom Bereitstellungsprozess in Visual Studio aufgerufen, um es dem Code zu ermöglichen, eine Bereitstellungskonfiguration zu ändern.

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
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

DeploymentContributor Klasse

Microsoft.Data.Schema.Build-Namespace