DeploymentPlanContributorContext クラス

定義

DeploymentPlanContributor オブジェクトのコンテキストを提供します。

public sealed class DeploymentPlanContributorContext : Microsoft.SqlServer.Dac.Deployment.DeploymentContributorContext
type DeploymentPlanContributorContext = class
    inherit DeploymentContributorContext
Public NotInheritable Class DeploymentPlanContributorContext
Inherits DeploymentContributorContext
継承
DeploymentPlanContributorContext

プロパティ

名前 説明
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)

適用対象