Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets or sets whether the measure is a simple measure.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property IsSimpleMeasure As Boolean
Get
Set
'Usage
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)
Property Value
Type: System.Boolean
True if the measure is a simple measure; otherwise, false.