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 オブジェクト。

適用対象