ManyToManyMeasureGroupDimension.MeasureGroupID 屬性
Gets or sets the MeasureGroup element associated with the parent element.
命名空間: Microsoft.AnalysisServices
組件: Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)
語法
'宣告
<BrowsableAttribute(False)> _
Public Property MeasureGroupID As String
Get
Set
'用途
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)
屬性值
型別:System.String
A String containing the MeasureGroupID.