Index.NoAutomaticRecomputation Property

Gets or sets a value that indicates whether the auto-recomputation is not allowed for the current index.

Namespace:  Microsoft.SqlServerCe.Management.Scripting.Schema
Assembly:  Microsoft.SqlServerCe.Management.Scripting (in Microsoft.SqlServerCe.Management.Scripting.dll)

Syntax

'Declaration
Public Property NoAutomaticRecomputation As Boolean
    Get
    Friend Set
'Usage
Dim instance As Index
Dim value As Boolean

value = instance.NoAutomaticRecomputation
public bool NoAutomaticRecomputation { get; internal set; }
public:
property bool NoAutomaticRecomputation {
    bool get ();
    internal: void set (bool value);
}
member NoAutomaticRecomputation : bool with get, internal set
function get NoAutomaticRecomputation () : boolean
internal function set NoAutomaticRecomputation (value : boolean)

Property Value

Type: System.Boolean

See Also

Reference

Index Class

Microsoft.SqlServerCe.Management.Scripting.Schema Namespace