Partition.AggregationDesign Propiedad
Gets the aggregation design object for the partition.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
<BrowsableAttribute(False)> _
Public ReadOnly Property AggregationDesign As AggregationDesign
Get
'Uso
Dim instance As Partition
Dim value As AggregationDesign
value = instance.AggregationDesign
[BrowsableAttribute(false)]
public AggregationDesign AggregationDesign { get; }
[BrowsableAttribute(false)]
public:
property AggregationDesign^ AggregationDesign {
AggregationDesign^ get ();
}
[<BrowsableAttribute(false)>]
member AggregationDesign : AggregationDesign
function get AggregationDesign () : AggregationDesign
Valor de la propiedad
Tipo: Microsoft.AnalysisServices.AggregationDesign
An AggregationDesign object.