EntityStagingGetResponse 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
代表一個實體暫存取得回傳物件。
public ref class EntityStagingGetResponse
[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="EntityStagingGetResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class EntityStagingGetResponse
[<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="EntityStagingGetResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type EntityStagingGetResponse = class
Public Class EntityStagingGetResponse
- 繼承
-
EntityStagingGetResponse
- 屬性
建構函式
| 名稱 | Description |
|---|---|
| EntityStagingGetResponse() |
初始化 EntityStagingGetResponse 類別的新執行個體。 |
| EntityStagingGetResponse(Int32, Collection<EntityStagingBatch>, OperationResult) |
初始化類別的新實例 EntityStagingGetResponse ,並依指定的批次計數、批次數及操作結果。 |
欄位
| 名稱 | Description |
|---|---|
| BatchCount |
指定總批次數。 |
| Batches |
指定實體暫存批次清單。 |
| OperationResult |
指定操作結果。 |