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.