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

Культурные обстановки.

BatchTag
String

Пользовательский текст определял для идентификации партии.

ImportType
EntityStagingImportType

Тип импорта, который должен быть выполнен внутри записи для постановки.

ModelMembers
Collection<EntityMembers>

Коллекция участников для загрузки.

QueueForProcessing
Boolean

trueдля последующей обработки пакета в очередь; в противном случае . false

StagingBatches
Collection<Identifier>

Когда этот метод возвращается, содержит набор идентификаторов этапных пакетов. Этот параметр передается неинициализирован.

Возвращаемое значение

Объект OperationResult , представляющий результат операции.

Применяется к