次の方法で共有


DeploymentContributorContext クラス

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

継承階層

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 Class DeploymentContributorContext
'使用
Dim instance As DeploymentContributorContext
public class DeploymentContributorContext
public ref class DeploymentContributorContext
type DeploymentContributorContext =  class end
public class DeploymentContributorContext

DeploymentContributorContext 型は、以下のメンバーを公開しています。

プロパティ

  名前 説明
パブリック プロパティ Arguments 名前付き引数とその値の辞書を取得または設定します。
パブリック プロパティ IsAzureSource Source が SQL Azure データベースをモデル化しているかどうか。
パブリック プロパティ IsAzureTarget Target が SQL Azure データベースをモデル化しているかどうか。
パブリック プロパティ Options この配置に使用されているオプションを取得します。
パブリック プロパティ Source ソース TSqlModel を取得します。
パブリック プロパティ Target 対象 TSqlModel を取得します。

先頭に戻る

メソッド

  名前 説明
パブリック メソッド Equals (Object から継承されています。)
プロテクト メソッド Finalize (Object から継承されています。)
パブリック メソッド GetHashCode (Object から継承されています。)
パブリック メソッド GetType (Object から継承されています。)
プロテクト メソッド MemberwiseClone (Object から継承されています。)
パブリック メソッド ToString (Object から継承されています。)

先頭に戻る

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

関連項目

参照

Microsoft.SqlServer.Dac.Deployment 名前空間