共用方式為


Service.EntityStagingLoad 方法

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

Uses the bulk loading of members and relationships into entity based staging tables.

Important: The EntityStagingLoad Method is not supported. When the entity to be loaded does not have a hierarchy or a relationship staging table, the EntityStagingLoad method returns an error (error code 208). The error does not occur when the entity has an explicit hierarchy and the relationship staging table. The alternative to using the EntityStagingLoad method is to load the entity data directly into staging tables

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

語法

'宣告
Public Function EntityStagingLoad ( _
    request As EntityStagingLoadRequest _
) As EntityStagingLoadResponse
'用途
Dim instance As Service 
Dim request As EntityStagingLoadRequest 
Dim returnValue As EntityStagingLoadResponse 

returnValue = instance.EntityStagingLoad(request)
public EntityStagingLoadResponse EntityStagingLoad(
    EntityStagingLoadRequest request
)
public:
virtual EntityStagingLoadResponse^ EntityStagingLoad(
    EntityStagingLoadRequest^ request
) sealed
abstract EntityStagingLoad : 
        request:EntityStagingLoadRequest -> EntityStagingLoadResponse  
override EntityStagingLoad : 
        request:EntityStagingLoadRequest -> EntityStagingLoadResponse
public final function EntityStagingLoad(
    request : EntityStagingLoadRequest
) : EntityStagingLoadResponse

參數

傳回值

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

實作

IService.EntityStagingLoad(EntityStagingLoadRequest)

請參閱

參考

Service 類別

Microsoft.MasterDataServices.Services 命名空間