FullTextIndex 类
The FullTextIndex object represents a Microsoft Search full-text index.
继承层次结构
System. . :: . .Object
Microsoft.SqlServer.Management.Smo. . :: . .SmoObjectBase
Microsoft.SqlServer.Management.Smo. . :: . .SqlSmoObject
Microsoft.SqlServer.Management.Smo..::..FullTextIndex
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
<EvaluationModeAttribute(AutomatedPolicyEvaluationMode.CheckOnSchedule)> _
<PhysicalFacetAttribute> _
Public NotInheritable Class FullTextIndex _
Inherits SqlSmoObject _
Implements ISfcSupportsDesignMode, ICreatable, IAlterable, IDroppable, _
IScriptable
用法
Dim instance As FullTextIndex
[EvaluationModeAttribute(AutomatedPolicyEvaluationMode.CheckOnSchedule)]
[PhysicalFacetAttribute]
public sealed class FullTextIndex : SqlSmoObject,
ISfcSupportsDesignMode, ICreatable, IAlterable, IDroppable, IScriptable
[EvaluationModeAttribute(AutomatedPolicyEvaluationMode::CheckOnSchedule)]
[PhysicalFacetAttribute]
public ref class FullTextIndex sealed : public SqlSmoObject,
ISfcSupportsDesignMode, ICreatable, IAlterable, IDroppable, IScriptable
[<SealedAttribute>]
[<EvaluationModeAttribute(AutomatedPolicyEvaluationMode.CheckOnSchedule)>]
[<PhysicalFacetAttribute>]
type FullTextIndex =
class
inherit SqlSmoObject
interface ISfcSupportsDesignMode
interface ICreatable
interface IAlterable
interface IDroppable
interface IScriptable
end
public final class FullTextIndex extends SqlSmoObject implements ISfcSupportsDesignMode, ICreatable, IAlterable, IDroppable, IScriptable
FullTextIndex 类型公开以下成员。
构造函数
名称 | 说明 | |
---|---|---|
FullTextIndex() () () () | Initializes a new instance of the FullTextIndex class. | |
FullTextIndex(TableViewBase) | Initializes a new instance of the FullTextCatalog class on the specified parent table or view object. |
页首
属性
名称 | 说明 | |
---|---|---|
CatalogName | Gets or sets the full-text catalog that supports full-text queries for the referenced full-text index. | |
ChangeTracking | Gets or sets the type of change tracking that is used by the referenced full-text index. | |
DocumentsProcessed | Gets the number of documents already processed in the current active crawl on the referenced full-text index. | |
ExecuteForScalar | 获取或设置 Boolean 属性值,该值指定对象是否设置为针对标量选项执行。 (从 SqlSmoObject 继承。) | |
FilegroupName | Gets the name of the file group in which the full-text index is stored. | |
IndexedColumns | Represents a collection of FullTextIndexColumn objects. Each FullTextIndexColumn object represents a full-text indexed column on the full-text index. | |
IsEnabled | Gets the Boolean property value that specifies whether the referenced full-text index is configured to participate in Microsoft Search full-text indexing. | |
IsTouched | 获取 Boolean 属性值,该值指定在服务器上对象属性是否已更新但尚未持久化。 (从 SqlSmoObject 继承。) | |
ItemCount | Gets the number of full-text indexed items. | |
NumberOfFailures | Gets the number of documents that failed to be full-text indexed. | |
ObjectInSpace | 获取 Boolean 属性值,该值指定对象是否单独存在,或者对象是否直接或间接连接到 SQL Server 的实例。 (从 SqlSmoObject 继承。) | |
Parent | Gets the Table object that is the parent of the FullTextIndex object. | |
PendingChanges | Gets the number of pending entries the full-text index has to process. | |
PopulationStatus | Gets the type of population in progress. | |
Properties | 获取表示对象属性的 Property 对象的集合。 (从 SqlSmoObject 继承。) | |
ScalarResult | 获取所引用对象的标量结果。 (从 SqlSmoObject 继承。) | |
State | Gets the state of the referenced object. (从 SmoObjectBase 继承。) | |
StopListName | Gets the name of the full-text Search stop list. | |
StopListOption | Gets the stop list option associated with the full-text index. | |
UniqueIndexName | Gets or sets a unique name for the full-text index. | |
Urn | 获取唯一标识对象的统一资源名称 (URN) 地址值。 (从 SqlSmoObject 继承。) | |
UserData | Gets or sets user-defined data associated with the referenced object. (从 SmoObjectBase 继承。) |
页首
方法
页首
事件
名称 | 说明 | |
---|---|---|
PropertyChanged | 表示更改属性时发生的事件。 (从 SqlSmoObject 继承。) | |
PropertyMetadataChanged | 表示属性元数据更改时发生的事件。 (从 SqlSmoObject 继承。) |
页首
字段
名称 | 说明 | |
---|---|---|
m_ExtendedProperties | 表示一个属性,可以对该属性进行定义以便扩展 SqlSmoObject 提供的属性。 (从 SqlSmoObject 继承。) | |
singletonParent | 表示单一父级。 (从 SqlSmoObject 继承。) |
页首
显式接口实现
页首
注释
To get FullTextIndex object properties, users can be a member of the public fixed server role.
To set FullTextIndex object properties, users must be a member of the sysadmin fixed server role or the db_owner or db_ddladmin fixed database roles.
To create or drop a full-text index, users must be a member of the sysadmin fixed server role or the db_owner or db_ddladmin fixed database roles.
To enable, disable, start or stop populating the full-text index, users must be a member of the sysadmin fixed server role or the db_owner or db_ddladmin fixed database roles.
Thread Safety
此类型的任何公共静态(Microsoft Visual Basic 中的 Shared)成员在多线程操作中是安全的。不保证所有实例成员都是线程安全的。
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。