Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
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
)
Параметры
- setup
Тип: Microsoft.SqlServer.Dac.Deployment.DeploymentContributorConfigurationSetup
The current DeploymentContributorConfigurationSetup object.
Исключения
| Исключение | Условие |
|---|---|
| BuildFailedException | If there is a critical error that should stop the build process from continuing, implementing contributors may throw a BuildFailedException. |