Condividi tramite


Proprietà ISqlStatistic.NoRecompute

Ottiene o imposta un valore che modella l'opzione NORECOMPUTE.

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

Sintassi

'Dichiarazione
Property NoRecompute As Boolean
    Get
    Set
bool NoRecompute { get; set; }
property bool NoRecompute {
    bool get ();
    void set (bool value);
}
abstract NoRecompute : bool with get, set
function get NoRecompute () : boolean
function set NoRecompute (value : boolean)

Valore proprietà

Tipo: System.Boolean

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISqlStatistic Interfaccia

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