다음을 통해 공유


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 네임스페이스