Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Defines the type of aggregation stored in AggregationInstance.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property AggregationType As AggregationType
Get
Set
'Usage
Dim instance As AggregationInstance
Dim value As AggregationType
value = instance.AggregationType
instance.AggregationType = value
public AggregationType AggregationType { get; set; }
public:
property AggregationType AggregationType {
AggregationType get ();
void set (AggregationType value);
}
member AggregationType : AggregationType with get, set
function get AggregationType () : AggregationType
function set AggregationType (value : AggregationType)
Property Value
Type: Microsoft.AnalysisServices.AggregationType
The type of aggregation stored in AggregationInstance.