Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Clears the bulk staging area.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
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
'Usage
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
Parameter
- International
Typ: Microsoft.MasterDataServices.International
The cultural settings.
- Batches
Typ: System.Collections.ObjectModel.Collection<Identifier>
The collection of batch identifiers to clear.
- BatchesQueuedToClearCount
Typ: System.Int32%
When this method returns, contains the number of batches queued to clear. This parameter is passed uninitialized.
- MemberRecordsClearedCount
Typ: System.Int32%
When this method returns, contains the number of member records cleared. This parameter is passed uninitialized.
- OperationResult
Typ: Microsoft.MasterDataServices.OperationResult%
When this method returns, contains the operation result. This parameter is passed uninitialized.
- RelationshipRecordsClearedCount
Typ: System.Int32%
When this method returns, contains the number of relationship records cleared. This parameter is passed uninitialized.
Rückgabewert
Typ: System.Int32
The unique integer identifier that identifies the batch.