Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
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) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.
.gif)
.gif)