Condividi tramite


Proprietà ISqlIndex.DoRecomputeStatistics

Ottiene o imposta un valore che indica se le statistiche devono essere ricalcolate.

Spazio dei nomi:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: System.Boolean

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISqlIndex Interfaccia

Spazio dei nomi Microsoft.Data.Schema.Sql.SchemaModel