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.