ServiceClient.EntityStagingLoad Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Loads the members and its relationship into the entity staging area.
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
Parameters
- International
- International
The cultural settings.
- BatchTag
- String
The user defined text to identify the batch.
- ImportType
- EntityStagingImportType
The type of import that should be attempted within the record to be staged.
- ModelMembers
- Collection<EntityMembers>
The collection of members to load.
- QueueForProcessing
- Boolean
true
to queue the batch for subsequent processing; otherwise, false
.
- StagingBatches
- Collection<Identifier>
When this method returns, contains the collection of identifiers of the staging batches. This parameter is passed uninitialized.
Returns
An OperationResult object that represents the result of the operation.