AssociatedMeasureGroupID 属性
Gets or sets the ID 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 ID of an AssociatedMeasureGroupID.