FullTextIndex 构造函数 (TableViewBase)

Initializes a new instance of the FullTextCatalog class on the specified parent table or view object.

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

语法

声明
Public Sub New ( _
    parent As TableViewBase _
)
用法
Dim parent As TableViewBase 

Dim instance As New FullTextIndex(parent)
public FullTextIndex(
    TableViewBase parent
)
public:
FullTextIndex(
    TableViewBase^ parent
)
new : 
        parent:TableViewBase -> FullTextIndex
public function FullTextIndex(
    parent : TableViewBase
)

参数

示例

实现全文搜索

请参阅

参考

FullTextIndex 类

FullTextIndex 重载

Microsoft.SqlServer.Management.Smo 命名空间

其他资源

全文搜索概述

CREATE FULLTEXT INDEX (Transact-SQL)