DocumentCrawlLog.GetCrawledUrls 方法

命名空间:  Microsoft.Office.Server.Search.Administration
程序集:  Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)

语法

声明
Public Function GetCrawledUrls ( _
    getCountOnly As Boolean, _
    maxRows As Long, _
    queryString As String, _
    isLike As Boolean, _
    contentSourceID As Integer, _
    errorLevel As Integer, _
    errorID As Integer, _
    startDateTime As DateTime, _
    endDateTime As DateTime _
) As DataTable
用法
Dim instance As DocumentCrawlLog
Dim getCountOnly As Boolean
Dim maxRows As Long
Dim queryString As String
Dim isLike As Boolean
Dim contentSourceID As Integer
Dim errorLevel As Integer
Dim errorID As Integer
Dim startDateTime As DateTime
Dim endDateTime As DateTime
Dim returnValue As DataTable

returnValue = instance.GetCrawledUrls(getCountOnly, _
    maxRows, queryString, isLike, contentSourceID, _
    errorLevel, errorID, startDateTime, _
    endDateTime)
public DataTable GetCrawledUrls(
    bool getCountOnly,
    long maxRows,
    string queryString,
    bool isLike,
    int contentSourceID,
    int errorLevel,
    int errorID,
    DateTime startDateTime,
    DateTime endDateTime
)

参数

返回值

类型:System.Data.DataTable

另请参阅

引用

DocumentCrawlLog 类

DocumentCrawlLog 成员

Microsoft.Office.Server.Search.Administration 命名空间