次の方法で共有


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

パラメーター

使用例

コレクションの使用

関連項目

参照

FullTextStopListCollection クラス

Microsoft.SqlServer.Management.Smo 名前空間