Share via


TimeIntelligenceOperandToken Constructor (Int32, Int32, String) (Microsoft.PerformancePoint.Scorecards)

Initializes a new instance of the TimeIntelligenceOperandToken class.

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
Public Sub New ( _
    firstPosition As Integer, _
    lastPosition As Integer, _
    textValue As String _
)
'Usage
Dim firstPosition As Integer
Dim lastPosition As Integer
Dim textValue As String

Dim instance As New TimeIntelligenceOperandToken(firstPosition, lastPosition, textValue)
public TimeIntelligenceOperandToken (
    int firstPosition,
    int lastPosition,
    string textValue
)

Parameters

  • firstPosition
    The first character position of the token.
  • lastPosition
    The last character position of the token.
  • textValue
    The text value of the token.

See Also

Reference

TimeIntelligenceOperandToken Class
TimeIntelligenceOperandToken Members
Microsoft.PerformancePoint.Scorecards Namespace