EntityStagingLoadResponse 類別

定義

代表實體暫存載入成員回應訊息合約。

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

指定要載入的實體暫存批次清單。

適用於