Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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[]
)
Parameters
- buildProperties
Type: System.Collections.Generic.Dictionary<String, Object>
A Dictionary<TKey, TValue> of named property values. Canno be null
- arguments
Type: System.Collections.Generic.Dictionary<String, String>
A Dictionary<TKey, TValue> of command-line arguments and values. Cannot be null.
- buildModel
Type: Microsoft.SqlServer.Dac.Model.TSqlModel
A reference to the TSqlModel of the project. Cannot be null.
- extensionFiles
Type: array<Microsoft.Build.Framework.ITaskItem[]
An array of ITaskItem objects.