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 | |
---|---|---|
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. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
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.