DeleteAuditDataResponse.PartitionsDeleted Property

 

Applies To: Dynamics CRM 2015

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:
property int PartitionsDeleted {
    int get();
}
member PartitionsDeleted : int with 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 CRM 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

© 2016 Microsoft. All rights reserved. Copyright