MeasureGroupID 属性
Gets or sets the identifier of the measure group in which the object resides.
命名空间: Microsoft.AnalysisServices
程序集: Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)
语法
声明
Public Property MeasureGroupID As String
Get
Set
用法
Dim instance As ObjectReference
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 measure group identifier.