DataSet 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
代表 Reporting Services 診斷的資料集。
public ref class DataSet sealed
public sealed class DataSet
type DataSet = class
Public NotInheritable Class DataSet
- 繼承
-
DataSet
屬性
| CancelCommandTime |
取得取消命令時間。 |
| CommandText |
取得用以擷取資料集的命令文字。 |
| DataReaderMappingTime |
取得命令讀取器對應時間。 |
| DataReaderMappingTimeSpecified |
取得值,這個值表示是否已指定資料讀取器對應時間。 |
| DisposeDataReaderTime |
取得處置資料讀取器時間。 |
| DisposeDataReaderTimeSpecified |
取得值,這個值會指出 dispose 資料讀取器是否有指定的資料集時間。 |
| ExecuteReaderTime |
取得執行讀取器時間。 |
| ExecuteReaderTimeSpecified |
取得值,這個值會指定執行讀取器時間是否有指定的資料集。 |
| Name |
取得資料集名稱。 |
| QueryParameters |
取得使用的查詢參數。 |
| QueryPrepareAndExecutionTime |
取得查詢準備和執行時間。 |
| QueryPrepareAndExecutionTimeSpecified |
取得值,這個值表示是否已指定查詢準備和執行時間。 |
| RowsRead |
取得讀取的資料列。 |
| RowsReadSpecified |
取得值,這個值表示是否已指定讀取的資料列。 |
| TotalTimeDataRetrieval |
取得資料擷取時間總計。 |
| TotalTimeDataRetrievalSpecified |
取得值,這個值會指出是否已指定總時間資料抓取。 |