Поделиться через


Свойство MeasureID

Associates a Measure element with the parent element.

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
Public Property MeasureID As String
    Get
    Set
'Применение
Dim instance As AggregationInstanceMeasure
Dim value As String

value = instance.MeasureID

instance.MeasureID = value
public string MeasureID { get; set; }
public:
property String^ MeasureID {
    String^ get ();
    void set (String^ value);
}
member MeasureID : string with get, set
function get MeasureID () : String
function set MeasureID (value : String)

Значение свойства

Тип: System. . :: . .String