Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Initializes a new instance of the BuildContributorContext class.
Namespace: Microsoft.SqlServer.Dac.Deployment
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public Sub New ( _
buildProperties As Dictionary(Of String, Object), _
arguments As Dictionary(Of String, String), _
buildModel As TSqlModel, _
extensionFiles As ITaskItem() _
)
'Usage
Dim buildProperties As Dictionary(Of String, Object)
Dim arguments As Dictionary(Of String, String)
Dim buildModel As TSqlModel
Dim extensionFiles As ITaskItem()
Dim instance As New BuildContributorContext(buildProperties, _
arguments, buildModel, extensionFiles)
public BuildContributorContext(
Dictionary<string, Object> buildProperties,
Dictionary<string, string> arguments,
TSqlModel buildModel,
ITaskItem[] extensionFiles
)
public:
BuildContributorContext(
Dictionary<String^, Object^>^ buildProperties,
Dictionary<String^, String^>^ arguments,
TSqlModel^ buildModel,
array<ITaskItem^>^ extensionFiles
)
new :
buildProperties:Dictionary<string, Object> *
arguments:Dictionary<string, string> *
buildModel:TSqlModel *
extensionFiles:ITaskItem[] -> BuildContributorContext
public function BuildContributorContext(
buildProperties : Dictionary<String, Object>,
arguments : Dictionary<String, String>,
buildModel : TSqlModel,
extensionFiles : ITaskItem[]
)
Parameter
- buildProperties
Typ: System.Collections.Generic.Dictionary<String, Object>
A Dictionary<TKey, TValue> of named property values. Canno be null
- arguments
Typ: System.Collections.Generic.Dictionary<String, String>
A Dictionary<TKey, TValue> of command-line arguments and values. Cannot be null.
- buildModel
Typ: Microsoft.SqlServer.Dac.Model.TSqlModel
A reference to the TSqlModel of the project. Cannot be null.
- extensionFiles
Typ: array<Microsoft.Build.Framework.ITaskItem[]
An array of ITaskItem objects.