共用方式為


Service.EntityStagingClear 方法

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

Displays the given batch to the “queued to clear” status.

命名空間:  Microsoft.MasterDataServices.Services
組件:  Microsoft.MasterDataServices.Services (在 Microsoft.MasterDataServices.Services.dll 中)

語法

'宣告
Public Function EntityStagingClear ( _
    request As EntityStagingClearRequest _
) As EntityStagingClearResponse
'用途
Dim instance As Service 
Dim request As EntityStagingClearRequest 
Dim returnValue As EntityStagingClearResponse 

returnValue = instance.EntityStagingClear(request)
public EntityStagingClearResponse EntityStagingClear(
    EntityStagingClearRequest request
)
public:
virtual EntityStagingClearResponse^ EntityStagingClear(
    EntityStagingClearRequest^ request
) sealed
abstract EntityStagingClear : 
        request:EntityStagingClearRequest -> EntityStagingClearResponse  
override EntityStagingClear : 
        request:EntityStagingClearRequest -> EntityStagingClearResponse
public final function EntityStagingClear(
    request : EntityStagingClearRequest
) : EntityStagingClearResponse

參數

傳回值

型別:Microsoft.MasterDataServices.Services.MessageContracts.EntityStagingClearResponse
The EntityStagingClearResponse for the operation.

實作

IService.EntityStagingClear(EntityStagingClearRequest)

請參閱

參考

Service 類別

Microsoft.MasterDataServices.Services 命名空間