Version

MdxDimensionMember Constructor

Initializes a new instance of the MdxChildrenCollectionElement class.
Syntax
'Declaration
 
Public Function New( _
   ByVal elementExpression As String, _
   ByVal elementUniqueName As String, _
   ByVal memberDepth As Integer, _
   ByVal parentHierarchyUniqueName As String, _
   ByVal parent As MdxDimensionMember _
)

Parameters

elementExpression
The MDX expression for this element
elementUniqueName
The unique name of the element.
memberDepth
The level depth of the member in its parent hierarchy.
parentHierarchyUniqueName
The hierarchy unique name.
parent
The parent element.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also