共用方式為


Kpi.AssociatedMeasureGroupID 屬性

Gets or sets the identifier of the measure group that is associated with the calculations in a Kpi.

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

語法

'宣告
Public Property AssociatedMeasureGroupID As String 
    Get 
    Set
'用途
Dim instance As Kpi 
Dim value As String 

value = instance.AssociatedMeasureGroupID

instance.AssociatedMeasureGroupID = value
public string AssociatedMeasureGroupID { get; set; }
public:
property String^ AssociatedMeasureGroupID {
    String^ get ();
    void set (String^ value);
}
member AssociatedMeasureGroupID : string with get, set
function get AssociatedMeasureGroupID () : String 
function set AssociatedMeasureGroupID (value : String)

屬性值

型別:System.String
A String that contains the identifier of an Kpi.

請參閱

參考

Kpi 類別

Microsoft.AnalysisServices 命名空間