DeploymentContributor.OnEstablishDeploymentConfiguration 메서드

정의

코드에 배포 구성을 수정할 수 있는 기회를 제공하기 위해 DacFx의 빌드 프로세스에서 호출됩니다.

protected virtual void OnEstablishDeploymentConfiguration(Microsoft.SqlServer.Dac.Deployment.DeploymentContributorConfigurationSetup setup);
abstract member OnEstablishDeploymentConfiguration : Microsoft.SqlServer.Dac.Deployment.DeploymentContributorConfigurationSetup -> unit
override this.OnEstablishDeploymentConfiguration : Microsoft.SqlServer.Dac.Deployment.DeploymentContributorConfigurationSetup -> unit
Protected Overridable Sub OnEstablishDeploymentConfiguration (setup As DeploymentContributorConfigurationSetup)

매개 변수

예외

빌드 프로세스를 계속 중지해야 하는 심각한 오류가 있는 경우 참가자를 구현하면 오류가 발생할 BuildFailedException수 있습니다.

적용 대상