Share via


BuildContributorContext Constructor

Definition

Initializes a new instance of the BuildContributorContext class.

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())

Parameters

buildProperties
Dictionary<String,Object>

A Dictionary<TKey, TValue> of named property values. Canno be null

arguments
Dictionary<String,String>

A Dictionary<TKey, TValue> of command-line arguments and values. Cannot be null.

buildModel
TSqlModel

A reference to the TSqlModel of the project. Cannot be null.

extensionFiles
ITaskItem[]

An array of ITaskItem objects.

Applies to