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
操作结果,包括用于跟踪和日志记录的唯一 ID。
- RelationshipRecordsClearedCount
- Int32
清除的关系记录的数目。