StagingGetResponse 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 StagingGetResponse 類別的新執行個體。
多載
| 名稱 | Description |
|---|---|
| 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>
關於暫存系統中未與批次相關紀錄的摘要資訊。