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


Свойство CalculationPropertyVisualizationProperties.IsSimpleMeasure

Gets or sets whether the measure is a simple measure.

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

Синтаксис

'Декларация
Public Property IsSimpleMeasure As Boolean 
    Get 
    Set
'Применение
Dim instance As CalculationPropertyVisualizationProperties 
Dim value As Boolean 

value = instance.IsSimpleMeasure

instance.IsSimpleMeasure = value
public bool IsSimpleMeasure { get; set; }
public:
property bool IsSimpleMeasure {
    bool get ();
    void set (bool value);
}
member IsSimpleMeasure : bool with get, set
function get IsSimpleMeasure () : boolean 
function set IsSimpleMeasure (value : boolean)

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

Тип: System.Boolean
True if the measure is a simple measure; otherwise, false.

См. также

Справочник

CalculationPropertyVisualizationProperties Класс

Пространство имен Microsoft.AnalysisServices