Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Defines the values allowed for AggregationUsage.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<GuidAttribute("7877D558-5378-4e1f-9624-104CA12B3607")> _
Public Enumeration AggregationUsage
'Usage
Dim instance As AggregationUsage
[GuidAttribute("7877D558-5378-4e1f-9624-104CA12B3607")]
public enum AggregationUsage
[GuidAttribute(L"7877D558-5378-4e1f-9624-104CA12B3607")]
public enum class AggregationUsage
[<GuidAttribute("7877D558-5378-4e1f-9624-104CA12B3607")>]
type AggregationUsage
public enum AggregationUsage
Elemente
| Elementname | Beschreibung | |
|---|---|---|
| Default | Aggregation Designer applies a default rule based on the type of attribute (Full for keys, Unrestricted for others). | |
| Full | Every aggregation for the cube must include this attribute. | |
| None | No aggregation for the cube can include this attribute. | |
| Unrestricted | No restrictions are placed on Aggregation Designer. |