Свойство MeasureID
Gets or sets the measure identifier associated with a PerspectiveMeasure object.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Property MeasureID As String
Get
Set
'Применение
Dim instance As PerspectiveMeasure
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
A measure identifier.