Share via


DimensionAttribute.GroupingBehavior Property

Gets or sets the grouping behavior for the DimensionAttribute.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
Public Property GroupingBehavior As GroupingBehavior 
    Get 
    Set
'Usage
Dim instance As DimensionAttribute 
Dim value As GroupingBehavior 

value = instance.GroupingBehavior

instance.GroupingBehavior = value
public GroupingBehavior GroupingBehavior { get; set; }
public:
property GroupingBehavior GroupingBehavior {
    GroupingBehavior get ();
    void set (GroupingBehavior value);
}
member GroupingBehavior : GroupingBehavior with get, set
function get GroupingBehavior () : GroupingBehavior 
function set GroupingBehavior (value : GroupingBehavior)

Property Value

Type: Microsoft.AnalysisServices.GroupingBehavior
The grouping behavior for the DimensionAttribute.

See Also

Reference

DimensionAttribute Class

Microsoft.AnalysisServices Namespace