Dela via


ISqlIndex.DoRecomputeStatistics Property

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

Syntax

'Declaration
Property DoRecomputeStatistics As Boolean
'Usage
Dim instance As ISqlIndex 
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)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ISqlIndex Interface

ISqlIndex Members

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