StagingGetResponse コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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>
バッチに関連付けられていないステージング システム内のレコードの概要情報。