FullTextStopListCollection.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.