次の方法で共有


FullTextCatalogCollection.Add メソッド

フルテキスト カタログを FullTextCatalog コレクションに追加します。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
Public Sub Add ( _
    fullTextCatalog As FullTextCatalog _
)
'使用
Dim instance As FullTextCatalogCollection 
Dim fullTextCatalog As FullTextCatalog

instance.Add(fullTextCatalog)
public void Add(
    FullTextCatalog fullTextCatalog
)
public:
void Add(
    FullTextCatalog^ fullTextCatalog
)
member Add : 
        fullTextCatalog:FullTextCatalog -> unit
public function Add(
    fullTextCatalog : FullTextCatalog
)

パラメーター

使用例

コレクションの使用

関連項目

参照

FullTextCatalogCollection クラス

Microsoft.SqlServer.Management.Smo 名前空間