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.
Aggregates all slices and generates a hash code.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Shared Function GenerateSliceHashCode ( _
tupleCollection As TupleCollection _
) As Integer
'Usage
Dim tupleCollection As TupleCollection
Dim returnValue As Integer
returnValue = Annotation.GenerateSliceHashCode(tupleCollection)
public static int GenerateSliceHashCode(
TupleCollection tupleCollection
)
Parameters
tupleCollection
Type: Microsoft.PerformancePoint.Scorecards.TupleCollectionThe collection of column, row, and page filter tuples.
Return Value
Type: System.Int32
A slice hash code.