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.