OnlineIndexOperation 属性

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

命名空间:  Microsoft.SqlServer.Management.SqlParser.Metadata
程序集:  Microsoft.SqlServer.Management.SqlParser(在 Microsoft.SqlServer.Management.SqlParser.dll 中)

语法

声明
Property OnlineIndexOperation As Boolean
    Get
    Set
用法
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)

属性值

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

实现

IRelationalIndex. . :: . .OnlineIndexOperation