Partager via


Méthode FullTextStopListCollection.Add

Adds the specified full text stop list to the collection.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en 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

Exemples

Utilisation de collections

Voir aussi

Référence

FullTextStopListCollection Classe

Espace de noms Microsoft.SqlServer.Management.Smo