共用方式為


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
)

範例

使用集合