语言

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

关系记录的数量被清除。

适用于