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 values of the DimensionAttribute object can be aggregated.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property IsAggregatable As Boolean
Get
Set
'Usage
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)
Property Value
Type: System.Boolean
true if the values of the DimensionAttribute object can be aggregated; otherwise, false.