Partager via


Propriété Kpi.Weight

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

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public Property Weight As String 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : System.String
The weight in text form.

Voir aussi

Référence

Kpi Classe

Espace de noms Microsoft.AnalysisServices