Condividi tramite


Classe DeploymentPlanHandle

Represents the plan to handle the deployment.

Gerarchia di ereditarietà

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

Spazio dei nomi  Microsoft.SqlServer.Dac.Deployment
Assembly:  Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)

Sintassi

'Dichiarazione
Public NotInheritable Class DeploymentPlanHandle
'Utilizzo
Dim instance As DeploymentPlanHandle
public sealed class DeploymentPlanHandle
public ref class DeploymentPlanHandle sealed
[<SealedAttribute>]
type DeploymentPlanHandle =  class end
public final class DeploymentPlanHandle

Nel tipo DeploymentPlanHandle sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica Head Gets the head on the plan or null if the plan is empty.
Proprietà pubblica Tail Gets the tail of the plan or null if the plan is empty.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Dac.Deployment