Compartir a través de


ISqlIndex.DoRecomputeStatistics (Propiedad)

Obtiene o establece un valor que indica si se deben volver a calcular las estadísticas.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
Property DoRecomputeStatistics As Boolean
    Get
    Set
bool DoRecomputeStatistics { get; set; }
property bool DoRecomputeStatistics {
    bool get ();
    void set (bool value);
}
abstract DoRecomputeStatistics : bool with get, set
function get DoRecomputeStatistics () : boolean
function set DoRecomputeStatistics (value : boolean)

Valor de propiedad

Tipo: System.Boolean

Seguridad de .NET Framework

Vea también

Referencia

ISqlIndex Interfaz

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)