Propriedade do RDL Kpi.Status
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 (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Public Property Status As String
Get
Set
'Uso
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)
Valor da propriedade
Tipo: System.String
A String that contains an MDX expression.