DeploymentPlanContributor Methods

 

Updated: April 20, 2017

Namespace:   Microsoft.SqlServer.Dac.Deployment
Assembly:  Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)

NameDescription
System_CAPS_pubmethodCancel()

Cancels execution of the contributor(Inherited from DeploymentContributor.)

System_CAPS_pubmethodDispose()

Releases the resources used by the current instance of the DeploymentContributor class.(Inherited from DeploymentContributor.)

System_CAPS_protmethodDispose(Boolean)

Releases the resources used by the current instance of the DeploymentContributor class.(Inherited from DeploymentContributor.)

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethodOnApplyDeploymentConfiguration(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.)

System_CAPS_protmethodOnEstablishDeploymentConfiguration(DeploymentContributorConfigurationSetup^)

Called by the build process in DacFx to give your code an opportunity to modify deployment configuration.(Inherited from DeploymentContributor.)

System_CAPS_protmethodOnExecute(DeploymentPlanContributorContext^)

Called by the deployment engine to allow custom contributors to execute their unique tasks.

System_CAPS_protmethodPublishMessage(ExtensibilityError^)

Publishes a message to the deployment engine. The deployment engine will process and report the message to consumers.(Inherited from DeploymentContributor.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Return to top
Show: