StagingGetResponse クラス

定義

操作結果を含むレスポンスと、ステージングバッチ情報を含む配列を表します。

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
属性

コンストラクター

名前 説明
StagingGetResponse()

デフォルト値を持つ StagingGetResponse クラスの新しいインスタンスを初期化します。

StagingGetResponse(Collection<StagingBatch>, OperationResult, Collection<StagingUnbatchedInformation>)

指定されたバッチリスト、操作結果、未バッチ情報で StagingGetResponse クラスの新しいインスタンスを初期化します。

フィールド

名前 説明
Batches

返却予定のバッチ一覧。

OperationResult

この操作結果には、追跡と記録のための一意IDが含まれます。

UnbatchedInformation

バッチに紐づいていないステージングシステム内のレコードの概要情報。

適用対象