Метод IService.EntityStagingClear
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Clears the staging information of entity based staging batches.
Пространство имен: Microsoft.MasterDataServices.Services.ServiceContracts
Сборка: Microsoft.MasterDataServices.Services.Contracts (в Microsoft.MasterDataServices.Services.Contracts.dll)
Синтаксис
'Декларация
<FaultContractAttribute(GetType(EditionExpiredMessage))> _
<OperationContractAttribute> _
Function EntityStagingClear ( _
request As EntityStagingClearRequest _
) As EntityStagingClearResponse
'Применение
Dim instance As IService
Dim request As EntityStagingClearRequest
Dim returnValue As EntityStagingClearResponse
returnValue = instance.EntityStagingClear(request)
[FaultContractAttribute(typeof(EditionExpiredMessage))]
[OperationContractAttribute]
EntityStagingClearResponse EntityStagingClear(
EntityStagingClearRequest request
)
[FaultContractAttribute(typeof(EditionExpiredMessage))]
[OperationContractAttribute]
EntityStagingClearResponse^ EntityStagingClear(
EntityStagingClearRequest^ request
)
[<FaultContractAttribute(typeof(EditionExpiredMessage))>]
[<OperationContractAttribute>]
abstract EntityStagingClear :
request:EntityStagingClearRequest -> EntityStagingClearResponse
function EntityStagingClear(
request : EntityStagingClearRequest
) : EntityStagingClearResponse
Параметры
- request
Тип: Microsoft.MasterDataServices.Services.MessageContracts.EntityStagingClearRequest
The clear request.
Возвращаемое значение
Тип: Microsoft.MasterDataServices.Services.MessageContracts.EntityStagingClearResponse
The response to the clear operation.
См. также
Справочник
Пространство имен Microsoft.MasterDataServices.Services.ServiceContracts