Compartir a través de


(DataTable, String, Int32, Int32, Boolean, Int32) del constructor ResultTable

Espacio de nombres:  Microsoft.Office.Server.Search.Query
Ensamblado:  Microsoft.Office.Server.Search (en Microsoft.Office.Server.Search.dll)

Sintaxis

'Declaración
Public Sub New ( _
    resultTable As DataTable, _
    tableType As String, _
    rowCount As Integer, _
    totalRows As Integer, _
    isTotalRowsExact As Boolean, _
    timeZoneID As Integer _
)
'Uso
Dim resultTable As DataTable
Dim tableType As String
Dim rowCount As Integer
Dim totalRows As Integer
Dim isTotalRowsExact As Boolean
Dim timeZoneID As Integer

Dim instance As New ResultTable(resultTable, _
    tableType, rowCount, totalRows, isTotalRowsExact, _
    timeZoneID)
public ResultTable(
    DataTable resultTable,
    string tableType,
    int rowCount,
    int totalRows,
    bool isTotalRowsExact,
    int timeZoneID
)

Parámetros

Vea también

Referencia

clase ResultTable

Miembros ResultTable

Sobrecarga ResultTable

Espacio de nombres Microsoft.Office.Server.Search.Query