DeploymentPlanContributor オブジェクトのコンテキストを提供します。
継承階層
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 | 名前付き引数とその値の辞書を取得または設定します。 (DeploymentContributorContext から継承されています。) |
![]() |
ComparisonResult | ModelComparisonResult を取得します。 |
![]() |
DeploymentMasterPath | Azure の対象に対して配置スクリプトも生成されているかどうかを設定します (master に対して実行される部分が独自のスクリプトである必要があります)。 |
![]() |
DeploymentScriptPath | 配置スクリプトも生成されるかどうかを設定します。これにより、他の配置コントリビューターは、エラー メッセージをスクリプトまたはファイルにもう一度関連付けることができます。 |
![]() |
IsAzureSource | Source が SQL Azure データベースをモデル化しているかどうか。 (DeploymentContributorContext から継承されています。) |
![]() |
IsAzureTarget | Target が SQL Azure データベースをモデル化しているかどうか。 (DeploymentContributorContext から継承されています。) |
![]() |
Options | この配置に使用されているオプションを取得します。 (DeploymentContributorContext から継承されています。) |
![]() |
PlanHandle | DeploymentPlanHandle を取得します。 |
![]() |
Source | ソース TSqlModel を取得します。 (DeploymentContributorContext から継承されています。) |
![]() |
Target | 対象 TSqlModel を取得します。 (DeploymentContributorContext から継承されています。) |
先頭に戻る
メソッド
| 名前 | 説明 | |
|---|---|---|
![]() |
Equals | (Object から継承されています。) |
![]() |
GetHashCode | (Object から継承されています。) |
![]() |
GetType | (Object から継承されています。) |
![]() |
ToString | (Object から継承されています。) |
先頭に戻る
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。
.gif)
.gif)