Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets an MDX expression that represents the state of the KPI at a specified point in time.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property Status As String
Get
Set
'Usage
Dim instance As Kpi
Dim value As String
value = instance.Status
instance.Status = value
public string Status { get; set; }
public:
property String^ Status {
String^ get ();
void set (String^ value);
}
member Status : string with get, set
function get Status () : String
function set Status (value : String)
Property Value
Type: System.String
A String that contains an MDX expression.