Свойство 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.