FullTextIndexColumnCollection.Add Method (FullTextIndexColumn)

 

Applies To: SQL Server 2016 Preview

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

public void Add(
    FullTextIndexColumn fullTextIndexColumn
)
public:
void Add(
    FullTextIndexColumn^ fullTextIndexColumn
)
member Add : 
        fullTextIndexColumn:FullTextIndexColumn -> unit
Public Sub Add (
    fullTextIndexColumn As FullTextIndexColumn
)

Parameters

Examples

Legacy Code Example

Using Collections

See Also

FullTextIndexColumnCollection Class
Microsoft.SqlServer.Management.Smo Namespace

Return to top