共用方式為


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
)

參數

  • Process
    型別:System.Boolean
    If true, run the staging queue; otherwise, false.

請參閱

參考

StagingProcessRequest 類別

StagingProcessRequest 多載

Microsoft.MasterDataServices 命名空間