StagingGetResponse 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
代表包含操作結果的回應,以及包含暫存批次資訊的陣列。
public ref class StagingGetResponse
[System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Diagnostics.DebuggerStepThrough]
[System.ServiceModel.MessageContract(IsWrapped=true, WrapperName="StagingGetResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class StagingGetResponse
[<System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")>]
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.ServiceModel.MessageContract(IsWrapped=true, WrapperName="StagingGetResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type StagingGetResponse = class
Public Class StagingGetResponse
- 繼承
-
StagingGetResponse
- 屬性
建構函式
| 名稱 | Description |
|---|---|
| StagingGetResponse() |
初始化一個有預設值的新 StagingGetResponse 類別實例。 |
| StagingGetResponse(Collection<StagingBatch>, OperationResult, Collection<StagingUnbatchedInformation>) |
初始化一個新的類別實例 StagingGetResponse ,包含指定的批次清單、操作結果及未批次資訊。 |
欄位
| 名稱 | Description |
|---|---|
| Batches |
待退回的批次清單。 |
| OperationResult |
操作結果包括一個用於追蹤與記錄的獨特 ID。 |
| UnbatchedInformation |
關於暫存系統中未與批次相關紀錄的摘要資訊。 |