Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Gets or sets the MeasureGroup element associated with the parent element.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public Property MeasureGroupID As String
Get
Set
'Usage
Dim instance As ManyToManyMeasureGroupDimension
Dim value As String
value = instance.MeasureGroupID
instance.MeasureGroupID = value
[BrowsableAttribute(false)]
public string MeasureGroupID { get; set; }
[BrowsableAttribute(false)]
public:
property String^ MeasureGroupID {
String^ get ();
void set (String^ value);
}
[<BrowsableAttribute(false)>]
member MeasureGroupID : string with get, set
function get MeasureGroupID () : String
function set MeasureGroupID (value : String)
Property Value
Type: System.String
A String containing the MeasureGroupID.