DataSet Class

Definition

Represents the data set of the reporting services diagnostic.

public ref class DataSet sealed
public sealed class DataSet
type DataSet = class
Public NotInheritable Class DataSet
Inheritance
DataSet

Properties

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.

Applies to