Partager via


Propriété OnlineIndexOperation

Gets a value that indicates whether the index is kept online during index operations. This allows for access to the data.

Espace de noms :  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly :  Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)

Syntaxe

'Déclaration
ReadOnly Property OnlineIndexOperation As Boolean
    Get
'Utilisation
Dim instance As IRelationalIndex
Dim value As Boolean

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

Valeur de propriété

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