ScorecardNamedSetType enumeration

Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents the types of named set node.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration ScorecardNamedSetType
'Usage
Dim instance As ScorecardNamedSetType
[FlagsAttribute]
public enum ScorecardNamedSetType

Members

Member name Description
None Represents no named set node.
NamedSet Represents a named set.
CustomFormula Represents a custom MDX formula.
TimeFormula Represents a time formula.

See also

Reference

Microsoft.PerformancePoint.Scorecards namespace