ModelMetadata Class

 

Updated: February 25, 2016

Provides a container for metadata for a model.

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

public ref class ModelMetadata sealed 

NameDescription
System_CAPS_pubpropertyByteCount

Gets or sets the number of byte in the object.

System_CAPS_pubpropertyByteCountSpecified

Gets a value that indicates whether the number of byte is specified.

System_CAPS_pubpropertyPerspectiveName

Gets or sets the perspective name of the model.

System_CAPS_pubpropertyTimeDataModelParsing

Gets or sets the time data model parsing.

System_CAPS_pubpropertyTimeDataModelParsingSpecified

Gets a value that indicates whether the model has a specified time data parsing.

System_CAPS_pubpropertyTotalTimeDataRetrieval

Gets the total time to retrieve the data.

System_CAPS_pubpropertyTotalTimeDataRetrievalSpecified

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

System_CAPS_pubpropertyVersionRequested

Gets or sets the version requested.

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: