Método ServiceClient.EntityStagingClear
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Clears the entity staging area with the specified batch identifier.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (em Microsoft.MasterDataServices.dll)
Sintaxe
'Declaração
Public Function EntityStagingClear ( _
International As International, _
BatchId As Integer, _
ModelId As Identifier _
) As OperationResult
'Uso
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
Parâmetros
- 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.
Valor de retorno
Tipo: Microsoft.MasterDataServices.OperationResult
An OperationResult object that represents the result of the operation.