StagingClearResponse クラス

定義

バッチ数や属性、メンバー、関係レコードのカウントを指定するレスポンスメッセージを表します。

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

交際記録の数が消去されました。

適用対象