Classe DeploymentPlan
Represents the plan that is generated for Deployment.
Hierarquia de herança
System.Object
Microsoft.SqlServer.Dac.Deployment.DeploymentPlan
Namespace: Microsoft.SqlServer.Dac.Deployment
Assembly: Microsoft.SqlServer.Dac.Extensions (em Microsoft.SqlServer.Dac.Extensions.dll)
Sintaxe
'Declaração
Public MustInherit Class DeploymentPlan
'Uso
Dim instance As DeploymentPlan
public abstract class DeploymentPlan
public ref class DeploymentPlan abstract
[<AbstractClassAttribute>]
type DeploymentPlan = class end
public abstract class DeploymentPlan
O tipo DeploymentPlan expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
DeploymentPlan | Initializes a new instance of the DeploymentPlan class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
Head | Gets the first deployment step. | |
StepCount | Gets the total number of steps in the plan. | |
Tail | Gets the last deployment step. |
Início
Métodos
Nome | Descrição | |
---|---|---|
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 | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
Remove | Removes an existing step from the deployment plan. | |
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.