Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets the members of the hierarchy.
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 MapMember
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 members of the hierarchy.