FullTextCatalog.ReadErrorLog Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ReadErrorLog() |
Reads the current error log. |
ReadErrorLog(Int32) |
Reads the log specified by logNumber. |
ReadErrorLog()
Reads the current error log.
public System.Data.DataTable ReadErrorLog ();
member this.ReadErrorLog : unit -> System.Data.DataTable
Public Function ReadErrorLog () As DataTable