Partager via


ISql90SpecifiesIndex.DoRecomputeStatistics, propriété

Obtient ou définit une valeur qui modélise l'option STATISTICS_NORECOMPUTE.

Espace de noms :  Microsoft.Data.Schema.Sql.SchemaModel
Assembly :  Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : System.Boolean

Sécurité .NET Framework

Voir aussi

Référence

ISql90SpecifiesIndex Interface

Microsoft.Data.Schema.Sql.SchemaModel, espace de noms