StagingClearResponse Konstruktor
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
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.