言語

BuildContributorContext コンストラクター

定義

BuildContributorContext クラスの新しいインスタンスを初期化します。

public BuildContributorContext(System.Collections.Generic.Dictionary<string,object> buildProperties, System.Collections.Generic.Dictionary<string,string> arguments, Microsoft.SqlServer.Dac.Model.TSqlModel buildModel, Microsoft.Build.Framework.ITaskItem[] extensionFiles);
new Microsoft.SqlServer.Dac.Deployment.BuildContributorContext : System.Collections.Generic.Dictionary<string, obj> * System.Collections.Generic.Dictionary<string, string> * Microsoft.SqlServer.Dac.Model.TSqlModel * Microsoft.Build.Framework.ITaskItem[] -> Microsoft.SqlServer.Dac.Deployment.BuildContributorContext
Public Sub New (buildProperties As Dictionary(Of String, Object), arguments As Dictionary(Of String, String), buildModel As TSqlModel, extensionFiles As ITaskItem())

パラメーター

buildProperties
Dictionary<String,Object>

名前付きプロパティ値の Dictionary<TKey, TValue> 。 Canno be null

arguments
Dictionary<String,String>

コマンド ライン引数と値の Dictionary<TKey, TValue> 。 null にすることはできません。

buildModel
TSqlModel

プロジェクトの TSqlModel への参照。 null にすることはできません。

extensionFiles
ITaskItem[]

ITaskItem オブジェクトの配列。

適用対象