共用方式為


Kpi.Weight 屬性

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

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
Public Property Weight As String 
    Get 
    Set
'用途
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)

屬性值

型別:System.String
The weight in text form.

請參閱

參考

Kpi 類別

Microsoft.AnalysisServices 命名空間