次の方法で共有


ServiceClient.EntityStagingGet メソッド

定義

エンティティのステージング領域の内容を取得します。

public:
 int EntityStagingGet(Microsoft::MasterDataServices::International ^ International, Microsoft::MasterDataServices::EntityStagingGetCriteria ^ GetCriteria, [Runtime::InteropServices::Out] System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::EntityStagingBatch ^> ^ % Batches, [Runtime::InteropServices::Out] Microsoft::MasterDataServices::OperationResult ^ % OperationResult);
public int EntityStagingGet (Microsoft.MasterDataServices.International International, Microsoft.MasterDataServices.EntityStagingGetCriteria GetCriteria, out System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.EntityStagingBatch> Batches, out Microsoft.MasterDataServices.OperationResult OperationResult);
member this.EntityStagingGet : Microsoft.MasterDataServices.International * Microsoft.MasterDataServices.EntityStagingGetCriteria * Collection * OperationResult -> int
Public Function EntityStagingGet (International As International, GetCriteria As EntityStagingGetCriteria, ByRef Batches As Collection(Of EntityStagingBatch), ByRef OperationResult As OperationResult) As Integer

パラメーター

International
International

カルチャ設定。

GetCriteria
EntityStagingGetCriteria

取得するエンティティ ステージング領域を指定する条件。

Batches
Collection<EntityStagingBatch>

このメソッドが戻るとき、収集されたバッチが含まれています。 このパラメーターは初期化せずに渡されます。

OperationResult
OperationResult

このメソッドが戻るとき、操作結果が含まれています。 このパラメーターは初期化せずに渡されます。

戻り値

取得したバッチを識別する一意の整数識別子です。

適用対象