BuildContributorContext Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.