OLAPQueryData Class (Microsoft.PerformancePoint.Scorecards)

An object that represents the analytic query data and parameters.

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
<XmlRootAttribute("OLAPQuery", Namespace:="http://performancepoint.microsoft.com/OLAPQueryData")> _
Public Class OLAPQueryData
    Implements ICloneable, IDiffable
'Usage
Dim instance As OLAPQueryData
[XmlRootAttribute("OLAPQuery", Namespace="http://performancepoint.microsoft.com/OLAPQueryData")] 
public class OLAPQueryData : ICloneable, IDiffable

Inheritance Hierarchy

System.Object
  Microsoft.PerformancePoint.Scorecards.OLAPQueryData

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

OLAPQueryData Members
Microsoft.PerformancePoint.Scorecards Namespace