StagingClearResponse 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 StagingClearResponse 類別的新執行個體。
多載
| StagingClearResponse() |
初始化包含預設值之 StagingClearResponse 類別的新執行個體。 |
| StagingClearResponse(Int32, Int32, Int32, OperationResult, Int32) |
初始化 StagingClearResponse 類別的新執行個體,這個執行個體具有指定的已清除屬性記錄、批次、成員記錄和關聯性記錄計數,以及作業結果。 |
StagingClearResponse()
初始化包含預設值之 StagingClearResponse 類別的新執行個體。
public:
StagingClearResponse();
public StagingClearResponse ();
Public Sub New ()
適用於
StagingClearResponse(Int32, Int32, Int32, OperationResult, Int32)
初始化 StagingClearResponse 類別的新執行個體,這個執行個體具有指定的已清除屬性記錄、批次、成員記錄和關聯性記錄計數,以及作業結果。
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)
參數
- AttributesRecordsClearedCount
- Int32
已清除的屬性記錄數目。
- BatchesQueuedToClearCount
- Int32
已清除的批次數目。
- MemberRecordsClearedCount
- Int32
已清除的成員記錄數目。
- OperationResult
- OperationResult
作業結果,包括追蹤和記錄的唯一識別碼。
- RelationshipRecordsClearedCount
- Int32
已清除的關聯性記錄數目。