Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Represents the plan that is generated for Deployment.
Hiérarchie d'héritage
System.Object
Microsoft.SqlServer.Dac.Deployment.DeploymentPlan
Espace de noms : Microsoft.SqlServer.Dac.Deployment
Assembly : Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)
Syntaxe
'Déclaration
Public MustInherit Class DeploymentPlan
'Utilisation
Dim instance As DeploymentPlan
public abstract class DeploymentPlan
public ref class DeploymentPlan abstract
[<AbstractClassAttribute>]
type DeploymentPlan = class end
public abstract class DeploymentPlan
Le type DeploymentPlan expose les membres suivants.
Constructeurs
| Nom | Description | |
|---|---|---|
![]() |
DeploymentPlan | Initializes a new instance of the DeploymentPlan class. |
Haut de la page
Propriétés
| Nom | Description | |
|---|---|---|
![]() |
Head | Gets the first deployment step. |
![]() |
StepCount | Gets the total number of steps in the plan. |
![]() |
Tail | Gets the last deployment step. |
Haut de la page
Méthodes
| Nom | Description | |
|---|---|---|
![]() |
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 | (hérité de Object.) |
![]() |
Finalize | (hérité de Object.) |
![]() |
GetHashCode | (hérité de Object.) |
![]() |
GetType | (hérité de Object.) |
![]() |
MemberwiseClone | (hérité de Object.) |
![]() |
Remove | Removes an existing step from the deployment plan. |
![]() |
ToString | (hérité de Object.) |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.
.gif)
.gif)
.gif)