Freigeben über


ServiceClient.EntityStagingClear-Methode

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Clears the entity staging area with the specified batch identifier.

Namespace:  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

'Declaration
Public Function EntityStagingClear ( _
    International As International, _
    BatchId As Integer, _
    ModelId As Identifier _
) As OperationResult
'Usage
Dim instance As ServiceClient
Dim International As International
Dim BatchId As Integer
Dim ModelId As Identifier
Dim returnValue As OperationResult

returnValue = instance.EntityStagingClear(International, _
    BatchId, ModelId)
public OperationResult EntityStagingClear(
    International International,
    int BatchId,
    Identifier ModelId
)
public:
OperationResult^ EntityStagingClear(
    International^ International, 
    int BatchId, 
    Identifier^ ModelId
)
member EntityStagingClear : 
        International:International * 
        BatchId:int * 
        ModelId:Identifier -> OperationResult
public function EntityStagingClear(
    International : International, 
    BatchId : int, 
    ModelId : Identifier
) : OperationResult

Parameter

  • BatchId
    Typ: System.Int32
    The unique integer identifier that identifies the batch to clear.

Rückgabewert

Typ: Microsoft.MasterDataServices.OperationResult
An OperationResult object that represents the result of the operation.

Siehe auch

Verweis

ServiceClient Klasse

Microsoft.MasterDataServices-Namespace