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.