Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Represents the plan that is generated for Deployment.
Gerarchia di ereditarietà
System.Object
Microsoft.SqlServer.Dac.Deployment.DeploymentPlan
Spazio dei nomi Microsoft.SqlServer.Dac.Deployment
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Sintassi
'Dichiarazione
Public MustInherit Class DeploymentPlan
'Utilizzo
Dim instance As DeploymentPlan
public abstract class DeploymentPlan
public ref class DeploymentPlan abstract
[<AbstractClassAttribute>]
type DeploymentPlan = class end
public abstract class DeploymentPlan
Nel tipo DeploymentPlan sono esposti i membri seguenti.
Costruttori
| Nome | Descrizione | |
|---|---|---|
![]() |
DeploymentPlan | Initializes a new instance of the DeploymentPlan class. |
In alto
Proprietà
| Nome | Descrizione | |
|---|---|---|
![]() |
Head | Gets the first deployment step. |
![]() |
StepCount | Gets the total number of steps in the plan. |
![]() |
Tail | Gets the last deployment step. |
In alto
Metodi
| Nome | Descrizione | |
|---|---|---|
![]() |
AddAfter | Adds a new deployment step to the plan after an existing step. |
![]() |
AddBefore | Adds a new deployment step to the plan before an existing step. |
![]() |
AddFirst | Adds the first deployment step to the plan of the existing step. |
![]() |
AddLast(DeploymentStep) | Adds a deployment step at the end. |
![]() |
AddLast(IEnumerable<DeploymentStep>) | Adds a deployment step at the end. |
![]() |
Equals | Ereditato da Object. |
![]() |
Finalize | Ereditato da Object. |
![]() |
GetHashCode | Ereditato da Object. |
![]() |
GetType | Ereditato da Object. |
![]() |
MemberwiseClone | Ereditato da Object. |
![]() |
Remove | Removes an existing step from the deployment plan. |
![]() |
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.
.gif)
.gif)
.gif)