Metodo FullTextCatalog.EnumErrorLogs

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

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public Function EnumErrorLogs As DataTable
'Utilizzo
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

Valore restituito

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

Esempi

Implementazione della ricerca full-text

Vedere anche

Riferimento

FullTextCatalog Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo

Altre risorse

Cenni preliminari sulla ricerca full-text

CREATE FULLTEXT CATALOG (Transact-SQL)