'宣言 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 )