DataSet Class

 

Updated: February 25, 2016

Applies To: SQL Server 2016

Represents the data set of the reporting services diagnostic.

Namespace:   Microsoft.ReportingServices.Diagnostics.Internal
Assemblies:   Microsoft.ReportingServices.Diagnostics (in Microsoft.ReportingServices.Diagnostics.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

System::Object
  Microsoft.ReportingServices.Diagnostics.Internal::DataSet

public ref class DataSet sealed 

NameDescription
System_CAPS_pubpropertyCancelCommandTime

Gets the cancel command time.

System_CAPS_pubpropertyCommandText

Gets the command text used to retrieve the data set.

System_CAPS_pubpropertyDataReaderMappingTime

Gets the command reader mapping time.

System_CAPS_pubpropertyDataReaderMappingTimeSpecified

Gets a value that indicates whether the data reader mapping time is specified.

System_CAPS_pubpropertyDisposeDataReaderTime

Gets the dispose data reader time.

System_CAPS_pubpropertyDisposeDataReaderTimeSpecified

Gets a value that indicates whether the dispose data reader has a specified time for data set.

System_CAPS_pubpropertyExecuteReaderTime

Gets the execute reader time.

System_CAPS_pubpropertyExecuteReaderTimeSpecified

Gets a value that specifies whether the execute reader time has a specified data set.

System_CAPS_pubpropertyName

Gets the name of the data set.

System_CAPS_pubpropertyQueryParameters

Gets the query parameters used.

System_CAPS_pubpropertyQueryPrepareAndExecutionTime

Gets the query prepare and execution time.

System_CAPS_pubpropertyQueryPrepareAndExecutionTimeSpecified

Gets a value that indicates whether query prepare and execution time is specified.

System_CAPS_pubpropertyRowsRead

Gets the rows read.

System_CAPS_pubpropertyRowsReadSpecified

Gets a value that indicates whether the rows read is specified.

System_CAPS_pubpropertyTotalTimeDataRetrieval

Gets the total time of data retrieval.

System_CAPS_pubpropertyTotalTimeDataRetrievalSpecified

Gets a value that indicates whether the total time data retrieval is specified.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: