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
)
参数
- fullTextIndexColumn
类型:Microsoft.SqlServer.Management.Smo.FullTextIndexColumn
A FullTextIndexColumn object value that is to be added into the full-text index column collection.