DataSet Class
Updated: February 25, 2016
Applies To: SQL Server 2016
Represents the data set of the reporting services diagnostic.
Assemblies: Microsoft.ReportingServices.Diagnostics (in Microsoft.ReportingServices.Diagnostics.dll)
Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
| Name | Description | |
|---|---|---|
![]() | CancelCommandTime | Gets the cancel command time. |
![]() | CommandText | Gets the command text used to retrieve the data set. |
![]() | DataReaderMappingTime | Gets the command reader mapping time. |
![]() | DataReaderMappingTimeSpecified | Gets a value that indicates whether the data reader mapping time is specified. |
![]() | DisposeDataReaderTime | Gets the dispose data reader time. |
![]() | DisposeDataReaderTimeSpecified | Gets a value that indicates whether the dispose data reader has a specified time for data set. |
![]() | ExecuteReaderTime | Gets the execute reader time. |
![]() | ExecuteReaderTimeSpecified | Gets a value that specifies whether the execute reader time has a specified data set. |
![]() | Name | Gets the name of the data set. |
![]() | QueryParameters | Gets the query parameters used. |
![]() | QueryPrepareAndExecutionTime | Gets the query prepare and execution time. |
![]() | QueryPrepareAndExecutionTimeSpecified | Gets a value that indicates whether query prepare and execution time is specified. |
![]() | RowsRead | Gets the rows read. |
![]() | RowsReadSpecified | Gets a value that indicates whether the rows read is specified. |
![]() | TotalTimeDataRetrieval | Gets the total time of data retrieval. |
![]() | TotalTimeDataRetrievalSpecified | Gets a value that indicates whether the total time data retrieval is specified. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

