ISql90XmlIndex.DoRecomputeStatistics Property

Gets or sets a value that indicates whether distribution statistics are re-computed.

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

Syntax

'Declaration
Property DoRecomputeStatistics As Boolean
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)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ISql90XmlIndex Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace