CrawlDatabaseInfo.CompareByRowCountDescending method
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Shared Function CompareByRowCountDescending ( _
x As CrawlDatabaseInfo, _
y As CrawlDatabaseInfo _
) As Integer
'Uso
Dim x As CrawlDatabaseInfo
Dim y As CrawlDatabaseInfo
Dim returnValue As Integer
returnValue = CrawlDatabaseInfo.CompareByRowCountDescending(x, _
y)
public static int CompareByRowCountDescending(
CrawlDatabaseInfo x,
CrawlDatabaseInfo y
)
Parâmetros
Valor retornado
Type: System.Int32