Sprache

BuildContributorContext Konstruktor

Definition

Initialisiert eine neue Instanz der BuildContributorContext-Klasse.

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

Parameter

buildProperties
Dictionary<String,Object>

A Dictionary<TKey, TValue> von benannten Eigenschaftswerten. Canno be null

arguments
Dictionary<String,String>

Eine Dictionary<TKey, TValue> von Befehlszeilenargumenten und -werten. Darf nicht null sein.

buildModel
TSqlModel

Ein Verweis auf das TSqlModel Projekt. Darf nicht null sein.

extensionFiles
ITaskItem[]

Ein Array von ITaskItem-Objekten.

Gilt für: