ConnectionData.IsAggregation Property

Gets or sets a Boolean value that indicates whether the metric in the cell is from an aggregation column.

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

Syntax

'Declaration
Public Property IsAggregation As Boolean
    Get
    Set
'Usage
Dim instance As ConnectionData
Dim value As Boolean

value = instance.IsAggregation

instance.IsAggregation = value
public bool IsAggregation { get; set; }

Property Value

Type: System.Boolean
true if the cell is from an aggregation column; otherwise, false.

See Also

Reference

ConnectionData Class

ConnectionData Members

Microsoft.PerformancePoint.Scorecards Namespace