Partilhar via


Classe DeploymentPlanHandle

Represents the plan to handle the deployment.

Hierarquia de herança

System.Object
  Microsoft.SqlServer.Dac.Deployment.DeploymentPlanHandle

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

Sintaxe

'Declaração
Public NotInheritable Class DeploymentPlanHandle
'Uso
Dim instance As DeploymentPlanHandle
public sealed class DeploymentPlanHandle
public ref class DeploymentPlanHandle sealed
[<SealedAttribute>]
type DeploymentPlanHandle =  class end
public final class DeploymentPlanHandle

O tipo DeploymentPlanHandle expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública Head Gets the head on the plan or null if the plan is empty.
Propriedade pública Tail Gets the tail of the plan or null if the plan is empty.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.SqlServer.Dac.Deployment