Add 方法
Adds a Full Text Catalog to the FullTextCatalog collection.
命名空間: 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
)
參數
- fullTextCatalog
型別:Microsoft.SqlServer.Management.Smo. . :: . .FullTextCatalog
FullTextCatalog object.