Свойство Group.Members
Gets a collection of strings with all group members.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public ReadOnly Property Members As StringCollection
Get
'Применение
Dim instance As Group
Dim value As StringCollection
value = instance.Members
public StringCollection Members { get; }
public:
property StringCollection^ Members {
StringCollection^ get ();
}
member Members : StringCollection
function get Members () : StringCollection
Значение свойства
Тип: System.Collections.Specialized.StringCollection
A collection of strings with all group members.