DeploymentPlan Class
Represents the plan that is generated for Deployment.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Dac.Deployment.DeploymentPlan
Namespace: Microsoft.SqlServer.Dac.Deployment
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public MustInherit Class DeploymentPlan
'Usage
Dim instance As DeploymentPlan
public abstract class DeploymentPlan
public ref class DeploymentPlan abstract
[<AbstractClassAttribute>]
type DeploymentPlan = class end
public abstract class DeploymentPlan
The DeploymentPlan type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DeploymentPlan | Initializes a new instance of the DeploymentPlan class. |
Top
Properties
Name | Description | |
---|---|---|
Head | Gets the first deployment step. | |
StepCount | Gets the total number of steps in the plan. | |
Tail | Gets the last deployment step. |
Top
Methods
Name | Description | |
---|---|---|
AddAfter | Adds a new deployment step to the plan after an existing step. | |
AddBefore | Adds a new deployment step to the plan before an existing step. | |
AddFirst | Adds the first deployment step to the plan of the existing step. | |
AddLast(DeploymentStep) | Adds a deployment step at the end. | |
AddLast(IEnumerable<DeploymentStep>) | Adds a deployment step at the end. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Remove | Removes an existing step from the deployment plan. | |
ToString | (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.