Add méthode
Adds the specified full text stop list to the collection.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Sub Add ( _
fullTextStopList As FullTextStopList _
)
'Utilisation
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
)
Paramètres
- fullTextStopList
Type : Microsoft.SqlServer.Management.Smo. . :: . .FullTextStopList
A FullTextStopList object.