Proprietà Partition.AggregationDesign
Gets the aggregation design object for the partition.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
<BrowsableAttribute(False)> _
Public ReadOnly Property AggregationDesign As AggregationDesign
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.AnalysisServices.AggregationDesign
An AggregationDesign object.