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
- 属性
コンストラクター
StagingGetResponse() |
StagingGetResponse クラスの既定値を持つ新しいインスタンスを初期化します。 |
StagingGetResponse(Collection<StagingBatch>, OperationResult, Collection<StagingUnbatchedInformation>) |
指定されたバッチ一覧、操作結果、およびバッチ化されていない項目の情報を使用して StagingGetResponse クラスの新しいインスタンスを初期化します。 |
フィールド
Batches |
返されるバッチ一覧。 |
OperationResult |
追跡およびログ記録の一意の ID を含む操作結果。 |
UnbatchedInformation |
バッチに関連付けられていないステージング システム内のレコードの概要情報。 |