PerspectiveKpi Constructors

Definition

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.

Applies to