MeasureGroupID 屬性
Gets or sets the measure group associated with the binding.
命名空間: Microsoft.AnalysisServices
組件: Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)
語法
'宣告
Public Property MeasureGroupID As String
Get
Set
'用途
Dim instance As MeasureGroupBinding
Dim value As String
value = instance.MeasureGroupID
instance.MeasureGroupID = value
public string MeasureGroupID { get; set; }
public:
property String^ MeasureGroupID {
String^ get ();
void set (String^ value);
}
member MeasureGroupID : string with get, set
function get MeasureGroupID () : String
function set MeasureGroupID (value : String)
屬性值
型別:System. . :: . .String
A String that contains a unique identifier for the measure group.