Właściwość UserDefinedGroupBinding.Groups
Przestrzeń nazw: Microsoft.AnalysisServices
Zestaw: Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)
Składnia
'Deklaracja
Public ReadOnly Property Groups As GroupCollection
Get
'Użycie
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