Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Indicates a member called by the build process in DacFx to give your code an opportunity to modify deployment configuration.
Namespace: Microsoft.SqlServer.Dac.Deployment
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Protected Overridable Sub OnEstablishDeploymentConfiguration ( _
setup As DeploymentContributorConfigurationSetup _
)
'Usage
Dim setup As DeploymentContributorConfigurationSetup
Me.OnEstablishDeploymentConfiguration(setup)
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
- setup
Typ: Microsoft.SqlServer.Dac.Deployment.DeploymentContributorConfigurationSetup
The current DeploymentContributorConfigurationSetup object.
Ausnahmen
| Ausnahme | Bedingung |
|---|---|
| BuildFailedException | If there is a critical error that should stop the build process from continuing, implementing contributors may throw a BuildFailedException. |