共用方式為


DeploymentPlanContributorContext 類別

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。)

上層

執行緒安全性

這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。

請參閱

參考

Microsoft.SqlServer.Dac.Deployment 命名空間