이 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
매개 변수
- request
유형: Microsoft.MasterDataServices.Services.MessageContracts.EntityStagingLoadRequest
The load request.
반환 값
유형: Microsoft.MasterDataServices.Services.MessageContracts.EntityStagingLoadResponse
The EntityStagingLoadResponse for the operation.
구현
IService.EntityStagingLoad(EntityStagingLoadRequest)