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.