Metodo ServiceClient.EntityStagingClear
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Clears the entity staging area with the specified batch identifier.
Spazio dei nomi Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Sintassi
'Dichiarazione
Public Function EntityStagingClear ( _
International As International, _
BatchId As Integer, _
ModelId As Identifier _
) As OperationResult
'Utilizzo
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
Parametri
- International
Tipo: Microsoft.MasterDataServices.International
The cultural settings.
- BatchId
Tipo: System.Int32
The unique integer identifier that identifies the batch to clear.
- ModelId
Tipo: Microsoft.MasterDataServices.Identifier
The identifier of the model that the batch relates to.
Valore restituito
Tipo: Microsoft.MasterDataServices.OperationResult
An OperationResult object that represents the result of the operation.