ISearchAdminServiceApplication.GetCrawledUrls method
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
<OperationContractAttribute> _
<FaultContractAttribute(GetType(SearchServiceApplicationFault))> _
Function GetCrawledUrls ( _
tenantId As Nullable(Of Guid), _
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
'Uso
Dim instance As ISearchAdminServiceApplication
Dim tenantId As Nullable(Of Guid)
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(tenantId, _
getCountOnly, maxRows, queryString, _
isLike, contentSourceID, errorLevel, _
errorID, startDateTime, endDateTime)
[OperationContractAttribute]
[FaultContractAttribute(typeof(SearchServiceApplicationFault))]
DataTable GetCrawledUrls(
Nullable<Guid> tenantId,
bool getCountOnly,
long maxRows,
string queryString,
bool isLike,
int contentSourceID,
int errorLevel,
int errorID,
DateTime startDateTime,
DateTime endDateTime
)
Parâmetros
- tenantId
Type: System.Nullable<Guid>
- getCountOnly
Type: System.Boolean
- maxRows
Type: System.Int64
- queryString
Type: System.String
- isLike
Type: System.Boolean
- contentSourceID
Type: System.Int32
- errorLevel
Type: System.Int32
- errorID
Type: System.Int32
- startDateTime
Type: System.DateTime
- endDateTime
Type: System.DateTime
Valor retornado
Type: System.Data.DataTable
Ver também
Referência
ISearchAdminServiceApplication interface