TimeIntelligenceOperatorToken Constructor (Int32, Char) (Microsoft.PerformancePoint.Scorecards)
Initializes a new instance of the TimeIntelligenceOperatorToken class.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)
Syntax
'Declaration
Public Sub New ( _
position As Integer, _
charValue As Char _
)
'Usage
Dim position As Integer
Dim charValue As Char
Dim instance As New TimeIntelligenceOperatorToken(position, charValue)
public TimeIntelligenceOperatorToken (
int position,
char charValue
)
Parameters
- position
The character position of the token.
- charValue
The character value of the token.
See Also
Reference
TimeIntelligenceOperatorToken Class
TimeIntelligenceOperatorToken Members
Microsoft.PerformancePoint.Scorecards Namespace