Класс DeploymentPlan

Represents the plan that is generated for Deployment.

Иерархия наследования

System.Object
  Microsoft.SqlServer.Dac.Deployment.DeploymentPlan

Пространство имен:  Microsoft.SqlServer.Dac.Deployment
Сборка:  Microsoft.SqlServer.Dac.Extensions (в Microsoft.SqlServer.Dac.Extensions.dll)

Синтаксис

'Декларация
Public MustInherit Class DeploymentPlan
'Применение
Dim instance As DeploymentPlan
public abstract class DeploymentPlan
public ref class DeploymentPlan abstract
[<AbstractClassAttribute>]
type DeploymentPlan =  class end
public abstract class DeploymentPlan

Тип DeploymentPlan обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Защищенный метод DeploymentPlan Initializes a new instance of the DeploymentPlan class.

В начало

Свойства

  Имя Описание
Открытое свойство Head Gets the first deployment step.
Открытое свойство StepCount Gets the total number of steps in the plan.
Открытое свойство Tail Gets the last deployment step.

В начало

Методы

  Имя Описание
Открытый метод 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 (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод Remove Removes an existing step from the deployment plan.
Открытый метод ToString (Производный от Object.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.SqlServer.Dac.Deployment