Compartir a través de


DatabaseOptions.DateCorrelationOptimization Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property DateCorrelationOptimization As Boolean 
    Get 
    Set
'Uso
Dim instance As DatabaseOptions 
Dim value As Boolean 

value = instance.DateCorrelationOptimization

instance.DateCorrelationOptimization = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public bool DateCorrelationOptimization { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property bool DateCorrelationOptimization {
    bool get ();
    void set (bool value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member DateCorrelationOptimization : bool with get, set
function get DateCorrelationOptimization () : boolean 
function set DateCorrelationOptimization (value : boolean)

Valor de la propiedad

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

Ejemplos

Establecer propiedades

Vea también

Referencia

DatabaseOptions Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo

Otros recursos

Opciones de base de datos