Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.