FullTextStopListCollection.Add Method (FullTextStopList)

 

Applies To: SQL Server 2016 Preview

Adds the specified full text stop list to the collection.

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

Syntax

public void Add(
    FullTextStopList fullTextStopList
)
public:
void Add(
    FullTextStopList^ fullTextStopList
)
member Add : 
        fullTextStopList:FullTextStopList -> unit
Public Sub Add (
    fullTextStopList As FullTextStopList
)

Parameters

Examples

Legacy Code Example

Using Collections

See Also

FullTextStopListCollection Class
Microsoft.SqlServer.Management.Smo Namespace

Return to top