Share via


AsKpi Constructor (String, String, String, String) (Microsoft.PerformancePoint.Scorecards)

Initializes a new instance of the AsKpi class.

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

Syntax

'Declaration
Public Sub New ( _
    name As String, _
    id As String, _
    displayFolder As String, _
    description As String _
)
'Usage
Dim name As String
Dim id As String
Dim displayFolder As String
Dim description As String

Dim instance As New AsKpi(name, id, displayFolder, description)
public AsKpi (
    string name,
    string id,
    string displayFolder,
    string description
)

Parameters

  • name
    The name of the SSAS KPI.
  • id
    The ID of the SSAS KPI.
  • displayFolder
    The display folder of the SSAS KPI.
  • description
    The description of the SSAS KPI.

See Also

Reference

AsKpi Class
AsKpi Members
Microsoft.PerformancePoint.Scorecards Namespace