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 a collection of group binding.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public ReadOnly Property Groups As GroupCollection
Get
'Usage
Dim instance As UserDefinedGroupBinding
Dim value As GroupCollection
value = instance.Groups
public GroupCollection Groups { get; }
public:
property GroupCollection^ Groups {
GroupCollection^ get ();
}
member Groups : GroupCollection
function get Groups () : GroupCollection
Property Value
Type: Microsoft.AnalysisServices.GroupCollection
A collection of group binding.