言語

StagingGetResponse コンストラクター

定義

StagingGetResponse クラスの新しいインスタンスを初期化します。

オーバーロード

名前 説明
StagingGetResponse()

デフォルト値を持つ StagingGetResponse クラスの新しいインスタンスを初期化します。

StagingGetResponse(Collection<StagingBatch>, OperationResult, Collection<StagingUnbatchedInformation>)

指定されたバッチリスト、操作結果、未バッチ情報で StagingGetResponse クラスの新しいインスタンスを初期化します。

StagingGetResponse()

デフォルト値を持つ StagingGetResponse クラスの新しいインスタンスを初期化します。

public:
 StagingGetResponse();
public StagingGetResponse();
Public Sub New ()

適用対象

StagingGetResponse(Collection<StagingBatch>, OperationResult, Collection<StagingUnbatchedInformation>)

指定されたバッチリスト、操作結果、未バッチ情報で StagingGetResponse クラスの新しいインスタンスを初期化します。

public:
 StagingGetResponse(System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::StagingBatch ^> ^ Batches, Microsoft::MasterDataServices::OperationResult ^ OperationResult, System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::StagingUnbatchedInformation ^> ^ UnbatchedInformation);
public StagingGetResponse(System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.StagingBatch> Batches, Microsoft.MasterDataServices.OperationResult OperationResult, System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.StagingUnbatchedInformation> UnbatchedInformation);
new Microsoft.MasterDataServices.StagingGetResponse : System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.StagingBatch> * Microsoft.MasterDataServices.OperationResult * System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.StagingUnbatchedInformation> -> Microsoft.MasterDataServices.StagingGetResponse
Public Sub New (Batches As Collection(Of StagingBatch), OperationResult As OperationResult, UnbatchedInformation As Collection(Of StagingUnbatchedInformation))

パラメーター

Batches
Collection<StagingBatch>

返却予定のバッチ一覧。

OperationResult
OperationResult

この操作結果には、追跡と記録のための一意IDが含まれます。

UnbatchedInformation
Collection<StagingUnbatchedInformation>

バッチに紐づいていないステージングシステム内のレコードの概要情報。

適用対象