OlapQueryParameters Class (Microsoft.PerformancePoint.Scorecards)

The top-level node for filters for the OLAP query.

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

Syntax

'Declaration
<XmlRootAttribute("Parameters")> _
Public Class OlapQueryParameters
    Inherits Collection(Of OlapQueryParameter)
'Usage
Dim instance As OlapQueryParameters
[XmlRootAttribute("Parameters")] 
public class OlapQueryParameters : Collection<OlapQueryParameter>

Inheritance Hierarchy

System.Object
   System.Collections.ObjectModel.Collection
    Microsoft.PerformancePoint.Scorecards.OlapQueryParameters

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

OlapQueryParameters Members
Microsoft.PerformancePoint.Scorecards Namespace