Share via


ServiceClient.EntityStagingLoad 메서드

정의

멤버 및 멤버 관계를 엔터티 준비 영역으로 로드합니다.

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 개체입니다.

적용 대상