Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the hierarchy members.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Private ReadOnly Property Members As IEnumerable(Of IHierarchyMember)
Implements IHierarchy.Members
Get
'Usage
Dim instance As GaugeMember
Dim value As IEnumerable(Of IHierarchyMember)
value = CType(instance, IHierarchy).Members
IEnumerable<IHierarchyMember> IHierarchy.Members { get; }
private:
virtual property IEnumerable<IHierarchyMember^>^ Members {
IEnumerable<IHierarchyMember^>^ get () sealed = IHierarchy::Members::get;
}
private abstract Members : IEnumerable<IHierarchyMember>
private override Members : IEnumerable<IHierarchyMember>
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Property Value
Type: System.Collections.Generic.IEnumerable<IHierarchyMember>
The hierarchy members.