Метод DeploymentContributor.OnEstablishDeploymentConfiguration

Indicates a member called by the build process in DacFx to give your code an opportunity to modify deployment configuration.

Пространство имен:  Microsoft.SqlServer.Dac.Deployment
Сборка:  Microsoft.SqlServer.Dac.Extensions (в Microsoft.SqlServer.Dac.Extensions.dll)

Синтаксис

'Декларация
Protected Overridable Sub OnEstablishDeploymentConfiguration ( _
    setup As DeploymentContributorConfigurationSetup _
)
'Применение
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
)

Параметры

Исключения

Исключение Условие
BuildFailedException

If there is a critical error that should stop the build process from continuing, implementing contributors may throw a BuildFailedException.

См. также

Справочник

DeploymentContributor Класс

Пространство имен Microsoft.SqlServer.Dac.Deployment