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.
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
- International
Typ: Microsoft.MasterDataServices.International
The cultural settings.
- BatchId
Typ: System.Int32
The unique integer identifier that identifies the batch to clear.
- ModelId
Typ: Microsoft.MasterDataServices.Identifier
The identifier of the model that the batch relates to.
Rückgabewert
Typ: Microsoft.MasterDataServices.OperationResult
An OperationResult object that represents the result of the operation.