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

清除的关系记录的数目。

适用于