UserDefinedGroupBinding.Groups Property
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Sintaxis
'Declaración
<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
Seguridad para subprocesos
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.
Plataformas
Plataformas de desarrollo
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Plataformas de destino
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Vea también
Referencia
UserDefinedGroupBinding Class
UserDefinedGroupBinding Members
Microsoft.AnalysisServices Namespace