Compartir a través de


ISql90SpecifiesIndex.DoRecomputeStatistics (Propiedad)

Obtiene o establece un valor que modela la opción STATISTICS_NORECOMPUTE.

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

ISql90SpecifiesIndex Interfaz

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