AuditPartitionDetailCollection.IsLogicalCollection Property
Applies To: Dynamics CRM 2015
Gets or sets whether the partition change list is a logical collection.
Namespace: Microsoft.Crm.Sdk.Messages
Assembly: Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)
Syntax
[DataMemberAttribute]
public bool IsLogicalCollection { get; set; }
public:
[DataMemberAttribute]
property bool IsLogicalCollection {
bool get();
void set(bool value);
}
[<DataMemberAttribute>]
member IsLogicalCollection : bool with get, set
<DataMemberAttribute>
Public Property IsLogicalCollection As Boolean
Property Value
Type: System.Boolean
Type: Boolean
true if the audit partition list is a logical collection; otherwise, false.
Remarks
The partition list is logical when the SQL Server edition does not support partitions. Currently, the auditing partitioning feature is available only with the Enterprise Edition of Microsoft SQL Server.
See Also
AuditPartitionDetailCollection Class
Microsoft.Crm.Sdk.Messages Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright