BuildContributorContext Constructor

Definición

Inicializa una nueva instancia de la clase 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())

Parámetros

buildProperties
Dictionary<String,Object>

de Dictionary<TKey, TValue> valores de propiedad con nombre. Canno be null

arguments
Dictionary<String,String>

de Dictionary<TKey, TValue> argumentos y valores de la línea de comandos. No puede ser NULL.

buildModel
TSqlModel

Referencia al TSqlModel del proyecto. No puede ser NULL.

extensionFiles
ITaskItem[]

Una matriz de objetos ITaskItem.

Se aplica a