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 StagingProcessRequest class that has the specified cultural settings, .
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
Public Sub New ( _
International As International, _
Process As Boolean, _
UnbatchedCriteria As StagingUnbatchedCriteria _
)
'Usage
Dim International As International
Dim Process As Boolean
Dim UnbatchedCriteria As StagingUnbatchedCriteria
Dim instance As New StagingProcessRequest(International, _
Process, UnbatchedCriteria)
public StagingProcessRequest(
International International,
bool Process,
StagingUnbatchedCriteria UnbatchedCriteria
)
public:
StagingProcessRequest(
International^ International,
bool Process,
StagingUnbatchedCriteria^ UnbatchedCriteria
)
new :
International:International *
Process:bool *
UnbatchedCriteria:StagingUnbatchedCriteria -> StagingProcessRequest
public function StagingProcessRequest(
International : International,
Process : boolean,
UnbatchedCriteria : StagingUnbatchedCriteria
)
Parameters
- International
Type: Microsoft.MasterDataServices.International
The cultural settings.
- Process
Type: System.Boolean
If true, run the staging queue; otherwise, false.
- UnbatchedCriteria
Type: Microsoft.MasterDataServices.StagingUnbatchedCriteria
Criteria for the unbatched records that will be put into the new batch.