Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Declaration
Public Sub Add ( _
fullTextStopList As FullTextStopList _
)
'Usage
Dim instance As FullTextStopListCollection
Dim fullTextStopList As FullTextStopList
instance.Add(fullTextStopList)
public void Add(
FullTextStopList fullTextStopList
)
public:
void Add(
FullTextStopList^ fullTextStopList
)
member Add :
fullTextStopList:FullTextStopList -> unit
public function Add(
fullTextStopList : FullTextStopList
)
Parameters
- fullTextStopList
Type: Microsoft.SqlServer.Management.Smo.FullTextStopList
A FullTextStopList object.