RefactoringDeploymentModifier Class

Represents a contributor that can modify a refactoring deployment plan by inserting a deployment step before the post-deployment scripts. This class cannot be inherited.

Inheritance Hierarchy

System.Object
  Microsoft.Data.Schema.Build.DeploymentContributor
    Microsoft.Data.Schema.Build.DeploymentPlanContributor
      Microsoft.Data.Schema.Build.DeploymentPlanModifier
        Microsoft.Data.Schema.Refactoring.RefactoringDeploymentModifier

Namespace:  Microsoft.Data.Schema.Refactoring
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public NotInheritable Class RefactoringDeploymentModifier _
    Inherits DeploymentPlanModifier
public sealed class RefactoringDeploymentModifier : DeploymentPlanModifier
public ref class RefactoringDeploymentModifier sealed : public DeploymentPlanModifier
[<Sealed>]
type RefactoringDeploymentModifier =  
    class
        inherit DeploymentPlanModifier
    end
public final class RefactoringDeploymentModifier extends DeploymentPlanModifier

The RefactoringDeploymentModifier type exposes the following members.

Constructors

  Name Description
Public method RefactoringDeploymentModifier Initializes a new instance of the RefactoringDeploymentModifier class by using the provided deployment step.

Top

Properties

  Name Description
Protected property Canceled Gets a value that indicates whether the contributor was canceled. (Inherited from DeploymentContributor.)
Public property ExtensionHandle Gets the handle for this extension. (Inherited from DeploymentPlanModifier.)

Top

Methods

  Name Description
Protected method AddAfter Adds a new deployment step to the plan after an existing step. (Inherited from DeploymentPlanModifier.)
Protected method AddBefore Adds a new deployment step to the plan before an existing step. (Inherited from DeploymentPlanModifier.)
Public method Cancel Cancels execution of the contributor. (Inherited from DeploymentContributor.)
Public method Dispose() Releases resources. (Inherited from DeploymentContributor.)
Protected method Dispose(Boolean) Releases resources, as specified. (Inherited from DeploymentContributor.)
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Protected method OnApplyDeploymentConfiguration Called by the deployment process in Visual Studio to give your code an opportunity to collect configuration information from the provided files. (Inherited from DeploymentContributor.)
Protected method OnEstablishDeploymentConfiguration Called by the deployment process in Visual Studio to give your code an opportunity to modify deployment configuration. (Inherited from DeploymentContributor.)
Protected method OnExecute Called by the Visual Studio Application Lifecycle Management (ALM) deployment engine to allow custom contributors to execute their unique tasks. (Inherited from DeploymentPlanContributor.)
Protected method OnPopulateArguments Called by the Visual Studio Application Lifecycle Management (ALM) deployment engine to allow custom contributors to populate the command line arguments. (Inherited from DeploymentPlanContributor.)
Protected method PublishMessage Publishes a message to the deployment engine. The deployment engine will process and report the message to consumers. (Inherited from DeploymentContributor.)
Protected method Remove Removes an existing step from the deployment plan. (Inherited from DeploymentPlanModifier.)
Public method SetExtensionHandle Sets the handle for this extension. (Inherited from DeploymentPlanModifier.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Data.Schema.Refactoring Namespace

DeploymentPlanModifier