UserDefinedGroupBinding.Groups Property
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Синтаксис
'Декларация
<XmlArrayAttribute> _
<XmlArrayItemAttribute("Group", GetType(Group))> _
Public ReadOnly Property Groups As GroupCollection
[XmlArrayAttribute]
[XmlArrayItemAttribute("Group", typeof(Group))]
public GroupCollection Groups { get; }
[XmlArrayAttribute]
[XmlArrayItemAttribute(L"Group", typeof(Group))]
public:
property GroupCollection^ Groups {
GroupCollection^ get ();
}
/** @property */
public GroupCollection get_Groups ()
public function get Groups () : GroupCollection
Синхронизация потоков
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.
См. также
Справочник
UserDefinedGroupBinding Class
UserDefinedGroupBinding Members
Microsoft.AnalysisServices Namespace