StagingProcessRequest 建構函式 (International, Boolean, StagingUnbatchedCriteria)
Initializes a new instance of the StagingProcessRequest class that has the specified cultural settings, .
命名空間: Microsoft.MasterDataServices
組件: Microsoft.MasterDataServices (在 Microsoft.MasterDataServices.dll 中)
語法
'宣告
Public Sub New ( _
International As International, _
Process As Boolean, _
UnbatchedCriteria As StagingUnbatchedCriteria _
)
'用途
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
)
參數
- International
型別:Microsoft.MasterDataServices.International
The cultural settings.
- Process
型別:System.Boolean
If true, run the staging queue; otherwise, false.
- UnbatchedCriteria
型別:Microsoft.MasterDataServices.StagingUnbatchedCriteria
Criteria for the unbatched records that will be put into the new batch.