Aracılığıyla paylaş


FullTextIndexColumnCollection.Add Method

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

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Bildirim
Public Sub Add ( _
    fullTextIndexColumn As FullTextIndexColumn _
)
'Kullanım
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
)

Parameters

Examples

Using Collections

See Also

Reference

FullTextIndexColumnCollection Class

Microsoft.SqlServer.Management.Smo Namespace