共用方式為


ServiceClient.IService.EntityStagingClear 方法

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

Clears the entity staging area.

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

語法

'宣告
Private Function EntityStagingClear ( _
    request As EntityStagingClearRequest _
) As EntityStagingClearResponse Implements IService.EntityStagingClear
'用途
Dim instance As ServiceClient
Dim request As EntityStagingClearRequest
Dim returnValue As EntityStagingClearResponse

returnValue = CType(instance, IService).EntityStagingClear(request)
EntityStagingClearResponseIService.EntityStagingClear(
    EntityStagingClearRequest request
)
private:
virtual EntityStagingClearResponse^ EntityStagingClear(
    EntityStagingClearRequest^ request
) sealed = IService::EntityStagingClear
private abstract EntityStagingClear : 
        request:EntityStagingClearRequest -> EntityStagingClearResponse 
private override EntityStagingClear : 
        request:EntityStagingClearRequest -> EntityStagingClearResponse
JScript 支援明確介面實作的使用,但不支援新介面實作的宣告。

參數

傳回值

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

實作

IService.EntityStagingClear(EntityStagingClearRequest)

請參閱

參考

ServiceClient 類別

Microsoft.MasterDataServices 命名空間