FullTextIndexColumnCollection.Add 方法

Adds a FullTextIndexColumn object to the full-text index column collection.

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

语法

声明
Public Sub Add ( _
    fullTextIndexColumn As FullTextIndexColumn _
)
用法
Dim instance As FullTextIndexColumnCollection 
Dim fullTextIndexColumn As FullTextIndexColumn

instance.Add(fullTextIndexColumn)
public void Add(
    FullTextIndexColumn fullTextIndexColumn
)
public:
void Add(
    FullTextIndexColumn^ fullTextIndexColumn
)
member Add : 
        fullTextIndexColumn:FullTextIndexColumn -> unit
public function Add(
    fullTextIndexColumn : FullTextIndexColumn
)

参数

示例

使用集合

请参阅

参考

FullTextIndexColumnCollection 类

Microsoft.SqlServer.Management.Smo 命名空间