StagingClearResponse クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
消去されたバッチ、属性レコード、メンバー レコード、およびリレーションシップ レコードの数を指定する応答メッセージを表します。
public ref class StagingClearResponse
[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="StagingClearResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class StagingClearResponse
[<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="StagingClearResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type StagingClearResponse = class
Public Class StagingClearResponse
- 継承
-
StagingClearResponse
- 属性
コンストラクター
| StagingClearResponse() |
StagingClearResponse クラスの既定値を持つ新しいインスタンスを初期化します。 |
| StagingClearResponse(Int32, Int32, Int32, OperationResult, Int32) |
指定された数の消去された属性レコード、バッチ、メンバー レコード、およびリレーションシップ レコードがあり、操作結果が含まれている、StagingClearResponse クラスの新しいインスタンスを初期化します。 |
フィールド
| AttributesRecordsClearedCount |
消去された属性レコードの数。 |
| BatchesQueuedToClearCount |
消去されるバッチの数。 |
| MemberRecordsClearedCount |
消去されたメンバー レコードの数。 |
| OperationResult |
追跡およびログ記録の一意の ID を含む操作結果。 |
| RelationshipRecordsClearedCount |
消去されたリレーションシップ レコードの数。 |