Share via


IMutableRelationalIndex.OnlineIndexOperation Property

Gets or sets a value that indicates whether the index will be kept online during index operations. This allows for to the data.

Namespace:  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Syntax

'Declaration
Property OnlineIndexOperation As Boolean
    Get
    Set
'Usage
Dim instance As IMutableRelationalIndex
Dim value As Boolean

value = instance.OnlineIndexOperation

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

Property Value

Type: System.Boolean
true if the index is kept online during index operations; otherwise, false.

Implements

IRelationalIndex.OnlineIndexOperation