DeploymentContributor オブジェクトの現在のセットアップを表します。 セットアップ オブジェクトは、ビルド操作中に配置コントリビューターが使用できます。これにより、生成された dacpac に格納される出力としてファイルがコピーされるか、dacpac に格納される新しいファイルが作成されます。 入力の指定方法の詳細については、DeploymentContributorConfigurationStream API を参照してください。
継承階層
System.Object
Microsoft.SqlServer.Dac.Deployment.DeploymentContributorConfigurationSetup
名前空間: Microsoft.SqlServer.Dac.Deployment
アセンブリ: Microsoft.SqlServer.Dac.Extensions (Microsoft.SqlServer.Dac.Extensions.dll)
構文
'宣言
Public NotInheritable Class DeploymentContributorConfigurationSetup
'使用
Dim instance As DeploymentContributorConfigurationSetup
public sealed class DeploymentContributorConfigurationSetup
public ref class DeploymentContributorConfigurationSetup sealed
[<SealedAttribute>]
type DeploymentContributorConfigurationSetup = class end
public final class DeploymentContributorConfigurationSetup
DeploymentContributorConfigurationSetup 型は、以下のメンバーを公開しています。
プロパティ
| 名前 | 説明 | |
|---|---|---|
![]() |
Properties | 現在のプロパティと設定を含む辞書を取得します。 |
![]() |
SqlCmdVariables | 定義された SqlCmd 変数を取得します。 |
先頭に戻る
メソッド
| 名前 | 説明 | |
|---|---|---|
![]() |
CopyInputToOutput | パッケージ内に格納される出力ストリームに入力ストリームの内容をコピーします。 |
![]() |
EnumerateInputs | DeploymentContributorConfigurationStream オブジェクトの列挙可能なコレクションを返します。 |
![]() |
Equals | (Object から継承されています。) |
![]() |
GetHashCode | (Object から継承されています。) |
![]() |
GetType | (Object から継承されています。) |
![]() |
OpenNewOutput | 読み取りおよび書き込み用に開いている新しい出力構成ファイル ストリームを返します。 |
![]() |
ToString | (Object から継承されています。) |
先頭に戻る
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。
.gif)
.gif)