FullTextIndex.IsEnabled 属性

Gets the Boolean property value that specifies whether the referenced full-text index is configured to participate in Microsoft Search full-text indexing.

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

语法

声明
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property IsEnabled As Boolean 
    Get
用法
Dim instance As FullTextIndex 
Dim value As Boolean 

value = instance.IsEnabled
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public bool IsEnabled { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property bool IsEnabled {
    bool get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member IsEnabled : bool
function get IsEnabled () : boolean

属性值

类型:System.Boolean
A Boolean value that specifies whether the full-text index is enabled and participating in full-text indexing.If True, the full-text index is participating in full-text indexing.If False (default), the full-text index is disabled and not configured to participate in full-text indexing.

示例

实现全文搜索

请参阅

参考

FullTextIndex 类

Microsoft.SqlServer.Management.Smo 命名空间

其他资源

全文搜索概述

CREATE FULLTEXT INDEX (Transact-SQL)