Oharra
Baimena behar duzu orria atzitzeko. Direktorioetan saioa has dezakezu edo haiek alda ditzakezu.
Baimena behar duzu orria atzitzeko. Direktorioak alda ditzakezu.
Gets or sets whether the values of the DimensionAttribute object can be aggregated.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
Public Property IsAggregatable As Boolean
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: System.Boolean
true if the values of the DimensionAttribute object can be aggregated; otherwise, false.