Group.Members Property
Gets a collection of strings with all group members.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Синтаксис
'Декларация
<XmlArrayAttribute> _
<XmlArrayItemAttribute("Member")> _
Public ReadOnly Property Members As StringCollection
[XmlArrayAttribute]
[XmlArrayItemAttribute("Member")]
public StringCollection Members { get; }
[XmlArrayAttribute]
[XmlArrayItemAttribute(L"Member")]
public:
property StringCollection^ Members {
StringCollection^ get ();
}
/** @property */
public StringCollection get_Members ()
public function get Members () : StringCollection
Значение свойства
A collection of strings with all group members.
Синхронизация потоков
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Платформы
Платформы разработки
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Целевые платформы
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
См. также
Справочник
Group Class
Group Members
Microsoft.AnalysisServices Namespace