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

作業結果,包括追蹤和記錄的唯一識別碼。

RelationshipRecordsClearedCount

已清除的關聯性記錄數目。

適用於