DeploymentPlanContributorContext クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
DeploymentPlanContributor オブジェクトのコンテキストを提供します。
public sealed class DeploymentPlanContributorContext : Microsoft.SqlServer.Dac.Deployment.DeploymentContributorContext
type DeploymentPlanContributorContext = class
inherit DeploymentContributorContext
Public NotInheritable Class DeploymentPlanContributorContext
Inherits DeploymentContributorContext
- 継承
プロパティ
| 名前 | 説明 |
|---|---|
| Arguments |
名前付き引数とその値のディクショナリを取得または設定します。 (継承元 DeploymentContributorContext) |
| ComparisonResult |
を取得します。 ModelComparisonResult |
| DeploymentMasterPath |
Azure ターゲットに対してデプロイ スクリプトも生成される場合に設定します (マスターに対して実行される部分が独自のスクリプトである必要があります)。 |
| DeploymentScriptPath |
デプロイ スクリプトも生成される場合に設定します。 これにより、他の配置共同作成者がエラー メッセージをスクリプト/ファイルに関連付けることができます |
| IsAzureSource |
Sourceは SQL Azure データベースをモデル化します。 (継承元 DeploymentContributorContext) |
| IsAzureTarget |
Targetは SQL Azure データベースをモデル化します。 (継承元 DeploymentContributorContext) |
| Options |
このデプロイに使用されているオプションを取得します。 (継承元 DeploymentContributorContext) |
| PlanHandle |
を取得します。 DeploymentPlanHandle |
| Source |
ソースを取得します。 TSqlModel (継承元 DeploymentContributorContext) |
| Target |
ターゲットを取得します。 TSqlModel (継承元 DeploymentContributorContext) |