ResultTable 成员 (Microsoft.Office.Server.Search.Query)
Represents a distinct collection of search results returned for a query.
以下表格列出了由 ResultTable 类型公开的成员。
公共属性
名称 | 说明 | |
---|---|---|
Depth | ||
FieldCount | Gets the number of columns returned in the search results. | |
IsClosed | Gets a Boolean value indicating if the ResultTable is closed. | |
IsTotalRowsExact | ||
Item | 已重载。 Gets the specified search result from the collection. | |
RecordsAffected | ||
ResultType | ||
RowCount | ||
TotalRows | Gets the number of rows in the search query result table. |
页首
公共方法
(另请参阅 受保护的方法 )
名称 | 说明 | |
---|---|---|
Close | ||
Dispose | ||
Equals | 已重载。 (继承自 Object) | |
GetBoolean | ||
GetByte | ||
GetBytes | ||
GetChar | ||
GetChars | ||
GetData | ||
GetDataTypeName | ||
GetDateTime | ||
GetDecimal | ||
GetDouble | ||
GetFieldType | ||
GetFloat | ||
GetGuid | ||
GetHashCode | (继承自 Object) | |
GetInt16 | ||
GetInt32 | ||
GetInt64 | ||
GetName | ||
GetOrdinal | ||
GetSchemaTable | ||
GetString | ||
GetType | (继承自 Object) | |
GetValue | ||
GetValues | ||
IsDBNull | ||
NextResult | Moves to the next result in the search query ResultTable. | |
Read | Reads the search query ResultTable. | |
ReferenceEquals | (继承自 Object) | |
ToString | (继承自 Object) |
页首
受保护的方法
名称 | 说明 | |
---|---|---|
Finalize | (继承自 Object) | |
MemberwiseClone | (继承自 Object) |
页首