DocumentCrawlLog.GetCrawledUrls-Methode
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
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
'Usage
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
)
Parameter
- getCountOnly
Typ: System.Boolean
- maxRows
Typ: System.Int64
- queryString
Typ: System.String
- isLike
Typ: System.Boolean
- contentSourceID
Typ: System.Int32
- errorLevel
Typ: System.Int32
- errorID
Typ: System.Int32
- startDateTime
Typ: System.DateTime
- endDateTime
Typ: System.DateTime