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.
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.