Proprietà Kpi.Weight

Gets or sets an MDX numeric expression that assigns a relative importance to a KPI.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public Property Weight As String 
    Get 
    Set
'Utilizzo
Dim instance As Kpi 
Dim value As String 

value = instance.Weight

instance.Weight = value
public string Weight { get; set; }
public:
property String^ Weight {
    String^ get ();
    void set (String^ value);
}
member Weight : string with get, set
function get Weight () : String 
function set Weight (value : String)

Valore proprietà

Tipo: System.String
The weight in text form.

Vedere anche

Riferimento

Kpi Classe

Spazio dei nomi Microsoft.AnalysisServices