次の方法で共有


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

適用対象