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
- 属性
コンストラクター
EntityStagingGetResponse() |
EntityStagingGetResponse クラスの新しいインスタンスを初期化します。 |
EntityStagingGetResponse(Int32, Collection<EntityStagingBatch>, OperationResult) |
指定したバッチ カウント、バッチ、および操作結果で EntityStagingGetResponse クラスの新しいインスタンスを初期化します。 |
フィールド
BatchCount |
合計バッチ数を指定します。 |
Batches |
エンティティ ステージング バッチの一覧を指定します。 |
OperationResult |
操作結果を指定します。 |