FullTextIndex.IndexedColumns 属性

Represents a collection of FullTextIndexColumn objects. Each FullTextIndexColumn object represents a full-text indexed column on the full-text index.

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

语法

声明
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.OneToAny, GetType(FullTextIndexColumn))> _
Public ReadOnly Property IndexedColumns As FullTextIndexColumnCollection 
    Get
用法
Dim instance As FullTextIndex 
Dim value As FullTextIndexColumnCollection 

value = instance.IndexedColumns
[SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.OneToAny, typeof(FullTextIndexColumn))]
public FullTextIndexColumnCollection IndexedColumns { get; }
[SfcObjectAttribute(SfcContainerRelationship::ChildContainer, SfcContainerCardinality::OneToAny, 
    typeof(FullTextIndexColumn))]
public:
property FullTextIndexColumnCollection^ IndexedColumns {
    FullTextIndexColumnCollection^ get ();
}
[<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.OneToAny, 
    typeof(FullTextIndexColumn))>]
member IndexedColumns : FullTextIndexColumnCollection
function get IndexedColumns () : FullTextIndexColumnCollection

属性值

类型:Microsoft.SqlServer.Management.Smo.FullTextIndexColumnCollection
A FullTextIndexColumnCollection object that represents all the full-text indexed columns defined on the full-text index.

示例

实现全文搜索

请参阅

参考

FullTextIndex 类

Microsoft.SqlServer.Management.Smo 命名空间

其他资源

全文搜索概述

CREATE FULLTEXT INDEX (Transact-SQL)