次の方法で共有


DeploymentPlanContributorContext クラス

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) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

関連項目

参照

Microsoft.SqlServer.Dac.Deployment 名前空間