DeleteAuditDataResponse.PartitionsDeleted Property
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Gets the number of deleted audit partitions or the number of deleted Audit records.
Namespace: Microsoft.Crm.Sdk.Messages
Assembly: Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)
Syntax
public int PartitionsDeleted { get; }
Public ReadOnly Property PartitionsDeleted As Integer
Property Value
Type: System.Int32
Type: Int32
The number of deleted audit partitions or records.
Remarks
The returned value depends on whether the version of Microsoft SQL Server that is used by the Microsoft Dynamics 365 server supports database partitions. If it does, the number of deleted partitions is returned. Otherwise, the number of deleted Audit records is returned.
See Also
DeleteAuditDataResponse Class
Microsoft.Crm.Sdk.Messages Namespace
Return to top
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright