Langage

BuildContributorContext Constructeur

Définition

Initialise une nouvelle instance de la classe 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())

Paramètres

buildProperties
Dictionary<String,Object>

Valeurs Dictionary<TKey, TValue> de propriété nommées. Canno be null

arguments
Dictionary<String,String>

Arguments Dictionary<TKey, TValue> et valeurs de ligne de commande. Ne peut pas être null.

buildModel
TSqlModel

Référence au TSqlModel projet. Ne peut pas être null.

extensionFiles
ITaskItem[]

Tableau d'objets ITaskItem.

S’applique à