Share via


FullTextCatalog Constructor

Initializes a new instance of the FullTextCatalog class.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public Sub New
'Usage
Dim instance As New FullTextCatalog()
public FullTextCatalog()
public:
FullTextCatalog()
new : unit -> FullTextCatalog
public function FullTextCatalog()

Remarks

The default constructor initializes any fields to their default values.

Examples

Implementing Full-Text Search

See Also

Reference

FullTextCatalog Class

FullTextCatalog Overload

Microsoft.SqlServer.Management.Smo Namespace

Other Resources

DEL - Full-Text Search Overview

CREATE FULLTEXT CATALOG (Transact-SQL)