DataShape Class

 

Updated: February 25, 2016

Applies To: SQL Server 2016

Represents the data shape.

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::DataShape

public ref class DataShape sealed 

NameDescription
System_CAPS_pubpropertyConnections

Gets or sets the connection list of the data shapes.

System_CAPS_pubpropertyEstimatedMemoryUsageKB

Gets or sets the estimated memory usage Kb category for the data shape.

System_CAPS_pubpropertyID

Gets or sets the attribute id.

System_CAPS_pubpropertyQueryPattern

Gets or sets the query pattern for the data shape.

System_CAPS_pubpropertyQueryPatternReasons

Gets or sets the reasons from a compiler-generated element for the query pattern.

System_CAPS_pubpropertyScalabilityTime

Gets or sets the scalability time category for the data shape.

System_CAPS_pubpropertyTimeDataRetrieval

System_CAPS_pubpropertyTimeDataRetrievalSpecified

Gets a value whether the retrieval of the time data is specified.

System_CAPS_pubpropertyTimeProcessing

Gets or sets the time processing for the object.

System_CAPS_pubpropertyTimeProcessingSpecified

Gets a value that indicates whether the time processing of the data shape is specified.

System_CAPS_pubpropertyTimeQueryTranslation

Gets or sets the time query translation.

System_CAPS_pubpropertyTimeQueryTranslationSpecified

Gets a value that indicates whether the query time translation is specified on the data shape.

System_CAPS_pubpropertyTimeRendering

Gets or sets the time rendering for the object.

System_CAPS_pubpropertyTimeRenderingSpecified

Gets a value that indicates whether the specified time renders on the data shape.

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: