ServiceClient.EntityStagingClear Método
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Clears the entity staging area with the specified batch identifier.
Espacio de nombres: Microsoft.MasterDataServices
Ensamblado: Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)
Sintaxis
'Declaración
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 devuelto
Tipo: Microsoft.MasterDataServices.OperationResult
An OperationResult object that represents the result of the operation.