Méthode ServiceClient.EntityStagingClear
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Clears the entity staging area with the specified batch identifier.
Espace de noms : Microsoft.MasterDataServices
Assembly : Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)
Syntaxe
'Déclaration
Public Function EntityStagingClear ( _
International As International, _
BatchId As Integer, _
ModelId As Identifier _
) As OperationResult
'Utilisation
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
Paramètres
- International
Type : Microsoft.MasterDataServices.International
The cultural settings.
- BatchId
Type : System.Int32
The unique integer identifier that identifies the batch to clear.
- ModelId
Type : Microsoft.MasterDataServices.Identifier
The identifier of the model that the batch relates to.
Valeur de retour
Type : Microsoft.MasterDataServices.OperationResult
An OperationResult object that represents the result of the operation.