DeploymentPlanContributorContext 類別

定義

為物件提供上下文 DeploymentPlanContributor

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

屬性

名稱 Description
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)

適用於