Udostępnij za pośrednictwem


Właściwość DimensionAttribute.IsAggregatable

Pobiera lub ustawia czy wartości DimensionAttribute obiektu można agregować.

Przestrzeń nazw:  Microsoft.AnalysisServices
Zestaw:  Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)

Składnia

'Deklaracja
Public Property IsAggregatable As Boolean
    Get
    Set
'Użycie
Dim instance As DimensionAttribute
Dim value As Boolean

value = instance.IsAggregatable

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

Wartość właściwości

Typ: System.Boolean
TRUE Jeśli wartości DimensionAttribute obiektu mogą zostać zagregowane; w przeciwnym razie false.