Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.