ServiceClient.EntityStagingLoad 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
멤버 및 멤버 관계를 엔터티 준비 영역으로 로드합니다.
public:
Microsoft::MasterDataServices::OperationResult ^ EntityStagingLoad(Microsoft::MasterDataServices::International ^ International, System::String ^ BatchTag, Microsoft::MasterDataServices::EntityStagingImportType ImportType, System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::EntityMembers ^> ^ ModelMembers, bool QueueForProcessing, [Runtime::InteropServices::Out] System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Identifier ^> ^ % StagingBatches);
public Microsoft.MasterDataServices.OperationResult EntityStagingLoad (Microsoft.MasterDataServices.International International, string BatchTag, Microsoft.MasterDataServices.EntityStagingImportType ImportType, System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.EntityMembers> ModelMembers, bool QueueForProcessing, out System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Identifier> StagingBatches);
member this.EntityStagingLoad : Microsoft.MasterDataServices.International * string * Microsoft.MasterDataServices.EntityStagingImportType * System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.EntityMembers> * bool * Collection -> Microsoft.MasterDataServices.OperationResult
Public Function EntityStagingLoad (International As International, BatchTag As String, ImportType As EntityStagingImportType, ModelMembers As Collection(Of EntityMembers), QueueForProcessing As Boolean, ByRef StagingBatches As Collection(Of Identifier)) As OperationResult
매개 변수
- International
- International
culture 설정입니다.
- BatchTag
- String
일괄 처리를 식별하기 위한 사용자 정의 텍스트입니다.
- ImportType
- EntityStagingImportType
준비될 레코드 내에서 시도해야 할 가져오기 유형입니다.
- ModelMembers
- Collection<EntityMembers>
로드할 멤버의 컬렉션입니다.
- QueueForProcessing
- Boolean
후속 처리를 위한 일괄 처리를 큐에 추가하려면 true
이고, 그렇지 않으면 false
입니다.
- StagingBatches
- Collection<Identifier>
이 메서드가 반환될 때 준비 일괄 처리의 식별자 컬렉션이 포함됩니다. 이 매개 변수는 초기화되지 않은 상태로 전달됩니다.
반환
작업의 결과를 나타내는 OperationResult 개체입니다.