DeploymentPlanModifier Methods
Updated: April 20, 2017
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
| Name | Description | |
|---|---|---|
![]() | AddAfter(DeploymentPlanHandle^, DeploymentStep^, DeploymentStep^) | Provides a way to modify the existing plan by adding a step after the existing step. |
![]() | AddBefore(DeploymentPlanHandle^, DeploymentStep^, DeploymentStep^) | Provides a way for subclasses to modify the plan by adding a step after the specified step. |
![]() | Cancel() | Cancels execution of the contributor(Inherited from DeploymentContributor.) |
![]() | Dispose() | Releases the resources used by the current instance of the DeploymentContributor class.(Inherited from DeploymentContributor.) |
![]() | Dispose(Boolean) | Releases the resources used by the current instance of the DeploymentContributor class.(Inherited from DeploymentContributor.) |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | OnApplyDeploymentConfiguration(DeploymentContributorContext^, ICollection<DeploymentContributorConfigurationStream^>^) | Called by the deployment process in DacFx to give your code an opportunity to collect configuration information from the provided files. At the end of the method all streams will be disposed. Contributors that need to obtain data from the streams must read and cache the data during this method - attempts to read from the stream during a later method such as the OnExecute method will fail.(Inherited from DeploymentContributor.) |
![]() | OnEstablishDeploymentConfiguration(DeploymentContributorConfigurationSetup^) | Called by the build process in DacFx to give your code an opportunity to modify deployment configuration.(Inherited from DeploymentContributor.) |
![]() | OnExecute(DeploymentPlanContributorContext^) | Called by the deployment engine to allow custom contributors to execute their unique tasks.(Inherited from DeploymentPlanContributor.) |
![]() | PublishMessage(ExtensibilityError^) | Publishes a message to the deployment engine. The deployment engine will process and report the message to consumers.(Inherited from DeploymentContributor.) |
![]() | Remove(DeploymentPlanHandle^, DeploymentStep^) | Provides a way to remove the specified step from the plan. |
![]() | ToString() | (Inherited from Object.) |

