Класс DeploymentPlanContributorContext

Provides a context for DeploymentPlanContributor objects.

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

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 NotInheritable Class DeploymentPlanContributorContext _
    Inherits DeploymentContributorContext
'Применение
Dim instance As DeploymentPlanContributorContext
public sealed class DeploymentPlanContributorContext : DeploymentContributorContext
public ref class DeploymentPlanContributorContext sealed : public DeploymentContributorContext
[<SealedAttribute>]
type DeploymentPlanContributorContext =  
    class 
        inherit DeploymentContributorContext 
    end
public final class DeploymentPlanContributorContext extends DeploymentContributorContext

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

Свойства

  Имя Описание
Открытое свойство Arguments Gets or sets a dictionary of named arguments and their values. (Производный от DeploymentContributorContext.)
Открытое свойство ComparisonResult Gets the ModelComparisonResult
Открытое свойство DeploymentMasterPath Set if a deployment script is also being generated against an Azure target (which requires that the portion executed against master be its own script)
Открытое свойство DeploymentScriptPath Set if a deployment script is also being generated. This enables other deployment contributors to correlate error messages back to a script/file
Открытое свойство IsAzureSource Does the Source model a SQL Azure database. (Производный от DeploymentContributorContext.)
Открытое свойство IsAzureTarget Does the Target model a SQL Azure database. (Производный от DeploymentContributorContext.)
Открытое свойство Options Gets the options being used for this deployment (Производный от DeploymentContributorContext.)
Открытое свойство PlanHandle Gets the DeploymentPlanHandle
Открытое свойство Source Gets the Source TSqlModel (Производный от DeploymentContributorContext.)
Открытое свойство Target Gets the Target TSqlModel (Производный от DeploymentContributorContext.)

В начало

Методы

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

В начало

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

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

См. также

Справочник

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