Kpi Constructors

Definition

Overloads

Kpi()

Initializes a new instance of Kpi using the default values.

Kpi(String, String)

Initializes a new instance of Kpi using the specified name and identifier.

Kpi()

Initializes a new instance of Kpi using the default values.

public Kpi ();
Public Sub New ()

Applies to

Kpi(String, String)

Initializes a new instance of Kpi using the specified name and identifier.

public Kpi (string name, string id);
new Microsoft.AnalysisServices.Kpi : string * string -> Microsoft.AnalysisServices.Kpi
Public Sub New (name As String, id As String)

Parameters

name
String

A String that contains the name of the Kpi.

id
String

A String that contains a unique identifier for the Kpi.

Applies to