ISql90SpecifiesIndex.DoRecomputeStatistics Property

Gets or sets whether to recompute statistics.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Property DoRecomputeStatistics As Boolean
    Get
    Set
'Usage
Dim instance As ISql90SpecifiesIndex
Dim value As Boolean

value = instance.DoRecomputeStatistics

instance.DoRecomputeStatistics = value
bool DoRecomputeStatistics { get; set; }
property bool DoRecomputeStatistics {
    bool get ();
    void set (bool value);
}
function get DoRecomputeStatistics () : boolean
function set DoRecomputeStatistics (value : boolean)
abstract DoRecomputeStatistics : bool with get, set

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ISql90SpecifiesIndex Interface

ISql90SpecifiesIndex Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace