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.