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