Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Represents the plan that is generated for Deployment.
Vererbungshierarchie
System.Object
Microsoft.SqlServer.Dac.Deployment.DeploymentPlan
Namespace: Microsoft.SqlServer.Dac.Deployment
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public MustInherit Class DeploymentPlan
'Usage
Dim instance As DeploymentPlan
public abstract class DeploymentPlan
public ref class DeploymentPlan abstract
[<AbstractClassAttribute>]
type DeploymentPlan = class end
public abstract class DeploymentPlan
Der DeploymentPlan-Typ macht folgende Elemente verfügbar.
Konstruktoren
| Name | Beschreibung | |
|---|---|---|
![]() |
DeploymentPlan | Initializes a new instance of the DeploymentPlan class. |
Zum Anfang
Eigenschaften
| Name | Beschreibung | |
|---|---|---|
![]() |
Head | Gets the first deployment step. |
![]() |
StepCount | Gets the total number of steps in the plan. |
![]() |
Tail | Gets the last deployment step. |
Zum Anfang
Methoden
| Name | Beschreibung | |
|---|---|---|
![]() |
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 | (Geerbt von Object.) |
![]() |
Finalize | (Geerbt von Object.) |
![]() |
GetHashCode | (Geerbt von Object.) |
![]() |
GetType | (Geerbt von Object.) |
![]() |
MemberwiseClone | (Geerbt von Object.) |
![]() |
Remove | Removes an existing step from the deployment plan. |
![]() |
ToString | (Geerbt von Object.) |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.
.gif)
.gif)
.gif)