バージョン

KeyPerformanceIndicator コンストラクタ

KeyPerformanceIndicator クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal name As String, _
   ByVal caption As String, _
   ByVal description As String, _
   ByVal measureGroupName As String, _
   ByVal displayFolder As String, _
   ByVal value As String, _
   ByVal goal As String, _
   ByVal status As String, _
   ByVal trend As String, _
   ByVal weight As String, _
   ByVal statusGraphic As String, _
   ByVal trendGraphic As String, _
   ByVal currentTime As String, _
   ByVal parentKeyPerformanceIndicatorName As String, _
   ByVal scope As ScopeType, _
   ByVal annotations As String _
)
public KeyPerformanceIndicator( 
   string name,
   string caption,
   string description,
   string measureGroupName,
   string displayFolder,
   string value,
   string goal,
   string status,
   string trend,
   string weight,
   string statusGraphic,
   string trendGraphic,
   string currentTime,
   string parentKeyPerformanceIndicatorName,
   ScopeType scope,
   string annotations
)

パラメータ

name
KeyPerformanceIndicator の名前。
caption
KeyPerformanceIndicator のキャプション。
description
KeyPerformanceIndicator の説明。
measureGroupName
関連付けられているメジャー グループの名前。
displayFolder
表示フォルダー。
value
KPI Value に対するメジャー次元のメンバーの一意の名前。
goal
KPI Goal に対するメジャー次元のメンバーの一意の名前。目標が定義されていない場合は NULL。
status
KPI Status に対するメジャー次元のメンバーの一意の名前。ステータスが定義されていない場合は NULL。
trend
KPI Trend に対するメジャー次元のメンバーの一意の名前。トレンドが定義されていない場合は NULL。
weight
KPI Weight に対するメジャー次元のメンバーの一意の名前。重みが定義されていない場合は NULL。
statusGraphic
Status の KeyPerformanceIndicator のデフォルトのグラフィカル表示。
trendGraphic
Trend の KeyPerformanceIndicator のデフォルトのグラフィカル表示。
currentTime
KeyPerformanceIndicator の時間的なコンテキストを定義する時間次元内のメンバーの一意の名前。時間が定義されていない場合は NULL。
parentKeyPerformanceIndicatorName
親のキー パフォーマンス インジケーターの名前。
scope
KeyPerformanceIndicator の範囲。
annotations
XML 形式のメモのセット。
参照