PerspectiveKpi Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
PerspectiveKpi() |
Initializes a new instance of the PerspectiveKpi class using default values. |
PerspectiveKpi(String) |
Initializes a new instance of PerspectiveKpi using the specified KPI. |
PerspectiveKpi()
Initializes a new instance of the PerspectiveKpi class using default values.
public PerspectiveKpi ();
Public Sub New ()
Applies to
PerspectiveKpi(String)
Initializes a new instance of PerspectiveKpi using the specified KPI.
public PerspectiveKpi (string kpiId);
new Microsoft.AnalysisServices.PerspectiveKpi : string -> Microsoft.AnalysisServices.PerspectiveKpi
Public Sub New (kpiId As String)
Parameters
- kpiId
- String
A String that contains a unique identifier for the KPI.