Freigeben über


FullTextCatalog.EnumErrorLogs-Methode

Enumerates a list of error logs for the referenced full-text catalog.

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

Syntax

'Declaration
Public Function EnumErrorLogs As DataTable
'Usage
Dim instance As FullTextCatalog 
Dim returnValue As DataTable 

returnValue = instance.EnumErrorLogs()
public DataTable EnumErrorLogs()
public:
DataTable^ EnumErrorLogs()
member EnumErrorLogs : unit -> DataTable
public function EnumErrorLogs() : DataTable

Rückgabewert

Typ: System.Data.DataTable
A DataTable system object value that contains a list of error logs for the full-text catalog.

Beispiele

Einbinden einer Volltextsuche

Siehe auch

Verweis

FullTextCatalog Klasse

Microsoft.SqlServer.Management.Smo-Namespace

Andere Ressourcen

Übersicht über die Volltextsuche

CREATE FULLTEXT CATALOG (Transact-SQL)