Метод ServiceClient.EntityStagingClear
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Clears the entity staging area with the specified batch identifier.
Пространство имен: Microsoft.MasterDataServices
Сборка: Microsoft.MasterDataServices (в Microsoft.MasterDataServices.dll)
Синтаксис
'Декларация
Public Function EntityStagingClear ( _
International As International, _
BatchId As Integer, _
ModelId As Identifier _
) As OperationResult
'Применение
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
Параметры
- International
Тип: Microsoft.MasterDataServices.International
The cultural settings.
- BatchId
Тип: System.Int32
The unique integer identifier that identifies the batch to clear.
- ModelId
Тип: Microsoft.MasterDataServices.Identifier
The identifier of the model that the batch relates to.
Возвращаемое значение
Тип: Microsoft.MasterDataServices.OperationResult
An OperationResult object that represents the result of the operation.