Compartir a través de


FullTextStopListCollection.Add Método

Adds the specified full text stop list to the collection.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public Sub Add ( _
    fullTextStopList As FullTextStopList _
)
'Uso
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
)

Parámetros

Ejemplos

Usar colecciones

Vea también

Referencia

FullTextStopListCollection Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo