DeploymentPlanHandle Class
Represents the plan to handle the deployment.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Dac.Deployment.DeploymentPlanHandle
Namespace: Microsoft.SqlServer.Dac.Deployment
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public NotInheritable Class DeploymentPlanHandle
'Usage
Dim instance As DeploymentPlanHandle
public sealed class DeploymentPlanHandle
public ref class DeploymentPlanHandle sealed
[<SealedAttribute>]
type DeploymentPlanHandle = class end
public final class DeploymentPlanHandle
The DeploymentPlanHandle type exposes the following members.
Properties
Name | Description | |
---|---|---|
Head | Gets the head on the plan or null if the plan is empty. | |
Tail | Gets the tail of the plan or null if the plan is empty. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
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.