Share via


FullTextCatalog.EnumErrorLogs 메서드

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

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
Public Function EnumErrorLogs As DataTable
‘사용 방법
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

반환 값

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

전체 텍스트 검색 구현

참고 항목

참조

FullTextCatalog 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스

관련 자료

전체 텍스트 검색 개요

CREATE FULLTEXT CATALOG(Transact-SQL)