Share via


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
Public property Head Gets the head on the plan or null if the plan is empty.
Public property Tail Gets the tail of the plan or null if the plan is empty.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method 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.

See Also

Reference

Microsoft.SqlServer.Dac.Deployment Namespace