ResultTable.GetFieldType 方法
返回指定列的类型信息。
命名空间: Microsoft.Office.Server.Search.Query
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
Public Function GetFieldType ( _
i As Integer _
) As Type
用法
Dim instance As ResultTable
Dim i As Integer
Dim returnValue As Type
returnValue = instance.GetFieldType(i)
public Type GetFieldType(
int i
)
参数
i
类型:System.Int32列的索引。
返回值
类型:System.Type
表示列的类型信息的值。
实现
IDataRecord.GetFieldType(Int32)