Freigeben über


FullTextCatalog-Konstruktor

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()

Hinweise

The default constructor initializes any fields to their default values.

Beispiele

Einbinden einer Volltextsuche

Siehe auch

Verweis

FullTextCatalog Klasse

FullTextCatalog-Überladung

Microsoft.SqlServer.Management.Smo-Namespace

Andere Ressourcen

Übersicht über die Volltextsuche

CREATE FULLTEXT CATALOG (Transact-SQL)