Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the sub-members that are contained within this member.
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 IHierarchyMember.Members
Get
'Usage
Dim instance As DataMember
Dim value As IEnumerable(Of IHierarchyMember)
value = CType(instance, IHierarchyMember).Members
IEnumerable<IHierarchyMember> IHierarchyMember.Members { get; }
private:
virtual property IEnumerable<IHierarchyMember^>^ Members {
IEnumerable<IHierarchyMember^>^ get () sealed = IHierarchyMember::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 sub-members that are contained within this member.