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> A,這些都是有名稱的房產價值。 不可能為零

arguments
Dictionary<String,String>

命令列參數與值的A Dictionary<TKey, TValue> 。 不可為空值。

buildModel
TSqlModel

這是對該計畫的 TSqlModel 參考。 不可為空值。

extensionFiles
ITaskItem[]

ITaskItem 物件的陣列。

適用於