共用方式為


ServiceClient.IService.EntityStagingLoad 方法

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

Loads the contents of the entity staging area.

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

語法

'宣告
Private Function EntityStagingLoad ( _
    request As EntityStagingLoadRequest _
) As EntityStagingLoadResponse Implements IService.EntityStagingLoad
'用途
Dim instance As ServiceClient
Dim request As EntityStagingLoadRequest
Dim returnValue As EntityStagingLoadResponse

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

參數

傳回值

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

實作

IService.EntityStagingLoad(EntityStagingLoadRequest)

請參閱

參考

ServiceClient 類別

Microsoft.MasterDataServices 命名空間