ResultTable 构造函数 (DataTable, String, Int32, Int32, Boolean, Int32)

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

语法

声明
Public Sub New ( _
    resultTable As DataTable, _
    tableType As String, _
    rowCount As Integer, _
    totalRows As Integer, _
    isTotalRowsExact As Boolean, _
    timeZoneID As Integer _
)
用法
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
)

参数

另请参阅

引用

ResultTable 类

ResultTable 成员

ResultTable 重载

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