Expand Minimize
0 out of 1 rated this helpful - Rate this topic

Database.DateCorrelationOptimization Property

Gets or sets a property value that specifies whether the date correlation optimization is active.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
[SfcPropertyAttribute]
public bool DateCorrelationOptimization { get; set; }

Property Value

Type: System.Boolean
A Boolean value that specifies whether the date correlation optimization is active. If True, date correlation optimization is active. If False (default), date correlation optimization is not active

Implements

IDatabaseOptions.DateCorrelationOptimization
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.