다음을 통해 공유


Weight 속성

Gets or sets the weight value associated with a Kpi object.

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