次の方法で共有


Add メソッド

指定したフルテキスト ストップ リストをコレクションに追加します。

名前空間:  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
)

パラメーター