Bagikan melalui


StagingClearResponse Konstruktor

Definisi

Menginisialisasi instans baru kelas StagingClearResponse.

Overload

StagingClearResponse()

Menginisialisasi instans baru kelas StagingClearResponse yang memiliki nilai default.

StagingClearResponse(Int32, Int32, Int32, OperationResult, Int32)

Menginisialisasi instans StagingClearResponse baru kelas yang memiliki jumlah rekaman atribut, batch, rekaman anggota, dan rekaman hubungan yang dibersihkan, dan hasil operasi yang ditentukan.

StagingClearResponse()

Menginisialisasi instans baru kelas StagingClearResponse yang memiliki nilai default.

public:
 StagingClearResponse();
public StagingClearResponse ();
Public Sub New ()

Berlaku untuk

StagingClearResponse(Int32, Int32, Int32, OperationResult, Int32)

Menginisialisasi instans StagingClearResponse baru kelas yang memiliki jumlah rekaman atribut, batch, rekaman anggota, dan rekaman hubungan yang dibersihkan, dan hasil operasi yang ditentukan.

public:
 StagingClearResponse(int AttributesRecordsClearedCount, int BatchesQueuedToClearCount, int MemberRecordsClearedCount, Microsoft::MasterDataServices::OperationResult ^ OperationResult, int RelationshipRecordsClearedCount);
public StagingClearResponse (int AttributesRecordsClearedCount, int BatchesQueuedToClearCount, int MemberRecordsClearedCount, Microsoft.MasterDataServices.OperationResult OperationResult, int RelationshipRecordsClearedCount);
new Microsoft.MasterDataServices.StagingClearResponse : int * int * int * Microsoft.MasterDataServices.OperationResult * int -> Microsoft.MasterDataServices.StagingClearResponse
Public Sub New (AttributesRecordsClearedCount As Integer, BatchesQueuedToClearCount As Integer, MemberRecordsClearedCount As Integer, OperationResult As OperationResult, RelationshipRecordsClearedCount As Integer)

Parameter

AttributesRecordsClearedCount
Int32

Jumlah rekaman atribut yang dibersihkan.

BatchesQueuedToClearCount
Int32

Jumlah batch yang dibersihkan.

MemberRecordsClearedCount
Int32

Jumlah catatan anggota dibersihkan.

OperationResult
OperationResult

Hasil operasi, termasuk ID unik untuk pelacakan dan pengelogan.

RelationshipRecordsClearedCount
Int32

Jumlah rekaman hubungan dibersihkan.

Berlaku untuk