次の方法で共有


ServiceClient.StagingClear メソッド

一括ステージング領域を消去します。

名前空間:  Microsoft.MasterDataServices
アセンブリ:  Microsoft.MasterDataServices (Microsoft.MasterDataServices.dll)

構文

'宣言
Public Function StagingClear ( _
    International As International, _
    Batches As Collection(Of Identifier), _
    <OutAttribute> ByRef BatchesQueuedToClearCount As Integer, _
    <OutAttribute> ByRef MemberRecordsClearedCount As Integer, _
    <OutAttribute> ByRef OperationResult As OperationResult, _
    <OutAttribute> ByRef RelationshipRecordsClearedCount As Integer _
) As Integer
'使用
Dim instance As ServiceClient
Dim International As International
Dim Batches As Collection(Of Identifier)
Dim BatchesQueuedToClearCount As Integer
Dim MemberRecordsClearedCount As Integer
Dim OperationResult As OperationResult
Dim RelationshipRecordsClearedCount As Integer
Dim returnValue As Integer

returnValue = instance.StagingClear(International, _
    Batches, BatchesQueuedToClearCount, _
    MemberRecordsClearedCount, OperationResult, _
    RelationshipRecordsClearedCount)
public int StagingClear(
    International International,
    Collection<Identifier> Batches,
    out int BatchesQueuedToClearCount,
    out int MemberRecordsClearedCount,
    out OperationResult OperationResult,
    out int RelationshipRecordsClearedCount
)
public:
int StagingClear(
    International^ International, 
    Collection<Identifier^>^ Batches, 
    [OutAttribute] int% BatchesQueuedToClearCount, 
    [OutAttribute] int% MemberRecordsClearedCount, 
    [OutAttribute] OperationResult^% OperationResult, 
    [OutAttribute] int% RelationshipRecordsClearedCount
)
member StagingClear : 
        International:International * 
        Batches:Collection<Identifier> * 
        BatchesQueuedToClearCount:int byref * 
        MemberRecordsClearedCount:int byref * 
        OperationResult:OperationResult byref * 
        RelationshipRecordsClearedCount:int byref -> int
public function StagingClear(
    International : International, 
    Batches : Collection<Identifier>, 
    BatchesQueuedToClearCount : int, 
    MemberRecordsClearedCount : int, 
    OperationResult : OperationResult, 
    RelationshipRecordsClearedCount : int
) : int

パラメーター

  • BatchesQueuedToClearCount
    型: System.Int32%
    このメソッドが戻るとき、消去待ちのキューに登録されたバッチの数が含まれています。このパラメーターは初期化せずに渡されます。
  • MemberRecordsClearedCount
    型: System.Int32%
    このメソッドが戻るとき、消去されたメンバー レコードの数が含まれています。このパラメーターは初期化せずに渡されます。
  • RelationshipRecordsClearedCount
    型: System.Int32%
    このメソッドが戻るとき、消去されたリレーションシップ レコードの数が含まれています。このパラメーターは初期化せずに渡されます。

戻り値

型: System.Int32
バッチを識別する一意の整数識別子。

関連項目

参照

ServiceClient クラス

Microsoft.MasterDataServices 名前空間