Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether the tuple contains members from the specified dimension.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Function ContainsDimension ( _
dimension As String _
) As Boolean
'Usage
Dim instance As Tuple
Dim dimension As String
Dim returnValue As Boolean
returnValue = instance.ContainsDimension(dimension)
public bool ContainsDimension(
string dimension
)
Parameters
dimension
Type: System.StringThe specified dimension.
Return Value
Type: System.Boolean
true if the tuple contains members from the specified dimension; otherwise false.