Метод Add
Adds the specified full text stop list to the collection.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
Public Sub Add ( _
fullTextStopList As FullTextStopList _
)
'Применение
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
)
Параметры
- fullTextStopList
Тип Microsoft.SqlServer.Management.Smo. . :: . .FullTextStopList
A FullTextStopList object.