Kpi 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
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.