ServiceClient.StagingClear 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
清除大容量临时区域。
public:
int StagingClear(Microsoft::MasterDataServices::International ^ International, System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Identifier ^> ^ Batches, [Runtime::InteropServices::Out] int % BatchesQueuedToClearCount, [Runtime::InteropServices::Out] int % MemberRecordsClearedCount, [Runtime::InteropServices::Out] Microsoft::MasterDataServices::OperationResult ^ % OperationResult, [Runtime::InteropServices::Out] int % RelationshipRecordsClearedCount);
public int StagingClear (Microsoft.MasterDataServices.International International, System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Identifier> Batches, out int BatchesQueuedToClearCount, out int MemberRecordsClearedCount, out Microsoft.MasterDataServices.OperationResult OperationResult, out int RelationshipRecordsClearedCount);
member this.StagingClear : Microsoft.MasterDataServices.International * System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Identifier> * int * int * OperationResult * int -> int
Public Function StagingClear (International As International, Batches As Collection(Of Identifier), ByRef BatchesQueuedToClearCount As Integer, ByRef MemberRecordsClearedCount As Integer, ByRef OperationResult As OperationResult, ByRef RelationshipRecordsClearedCount As Integer) As Integer
参数
- International
- International
区域性设置。
- Batches
- Collection<Identifier>
要清除的批处理标识符的集合。
- BatchesQueuedToClearCount
- Int32
此方法返回时,包含排队进行清除的批处理的数目。 此参数未经初始化即被传递。
- MemberRecordsClearedCount
- Int32
此方法返回时,包含清除的成员记录的数目。 此参数未经初始化即被传递。
- OperationResult
- OperationResult
此方法返回时,包含操作结果。 此参数未经初始化即被传递。
- RelationshipRecordsClearedCount
- Int32
此方法返回时,包含清除的关系记录的数目。 此参数未经初始化即被传递。
返回
标识批处理的唯一整数标识符。