Класс DeploymentContributorContext

Provides a context for DeploymentContributor objects in DacFx

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

System.Object
  Microsoft.SqlServer.Dac.Deployment.DeploymentContributorContext
    Microsoft.SqlServer.Dac.Deployment.DeploymentPlanContributorContext

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

Синтаксис

'Декларация
Public Class DeploymentContributorContext
'Применение
Dim instance As DeploymentContributorContext
public class DeploymentContributorContext
public ref class DeploymentContributorContext
type DeploymentContributorContext =  class end
public class DeploymentContributorContext

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

Свойства

  Имя Описание
Открытое свойство Arguments Gets or sets a dictionary of named arguments and their values.
Открытое свойство IsAzureSource Does the Source model a SQL Azure database.
Открытое свойство IsAzureTarget Does the Target model a SQL Azure database.
Открытое свойство Options Gets the options being used for this deployment
Открытое свойство Source Gets the Source TSqlModel
Открытое свойство Target Gets the Target TSqlModel

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

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

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

См. также

Справочник

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