Kpi.Status Property

 

Applies To: SQL Server 2016 Preview

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

[XmlElementAttribute(IsNullable = false)]
[ReadOnlyAttribute(true)]
public string Status { get; set; }
public:
[XmlElementAttribute(IsNullable = false)]
[ReadOnlyAttribute(true)]
property String^ Status {
    String^ get();
    void set(String^ value);
}
[<XmlElementAttribute(IsNullable = false)>]
[<ReadOnlyAttribute(true)>]
member Status : string with get, set
<XmlElementAttribute(IsNullable := False)>
<ReadOnlyAttribute(True)>
Public Property Status As String

Property Value

Type: System.String

A String that contains an MDX expression.

See Also

Kpi Class
Microsoft.AnalysisServices Namespace

Return to top