Expand Minimize
This topic has not yet been rated - Rate this topic

Database.DateCorrelationOptimization Property

SQL Server 2012

Gets or sets a 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(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase|SfcPropertyFlags.Deploy)]
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

For more information about date correlation optimization, see Setting Database Options.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.