IDatabaseOptions.DateCorrelationOptimization Property
Gets or sets a Boolean property value that specifies whether the date correlation optimization is active. This property is not CLS-compliant.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Deklaracja
<DisplayDescriptionKeyAttribute("Database_DateCorrelationOptimizationDesc")> _
<DisplayNameKeyAttribute("Database_DateCorrelationOptimizationName")> _
Property DateCorrelationOptimization As Boolean
[DisplayDescriptionKeyAttribute("Database_DateCorrelationOptimizationDesc")]
[DisplayNameKeyAttribute("Database_DateCorrelationOptimizationName")]
bool DateCorrelationOptimization { get; set; }
[DisplayDescriptionKeyAttribute(L"Database_DateCorrelationOptimizationDesc")]
[DisplayNameKeyAttribute(L"Database_DateCorrelationOptimizationName")]
property bool DateCorrelationOptimization {
bool get ();
void set (bool value);
}
/** @property */
boolean get_DateCorrelationOptimization ()
/** @property */
void set_DateCorrelationOptimization (boolean value)
function get DateCorrelationOptimization () : boolean
function set DateCorrelationOptimization (value : boolean)
Property Value
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.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
See Also