Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the identifier of the measure group that is associated with the calculations in a Kpi.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property AssociatedMeasureGroupID As String
Get
Set
'Usage
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)
Eigenschaftswert
Typ: System.String
A String that contains the identifier of an Kpi.