Version

MdxSingleElement Constructor(String,String,Int32,MdxElementType)

Initializes a new instance of the MdxSingleElement class.
Syntax
'Declaration
 
Public Function New( _
   ByVal elementExpression As String, _
   ByVal elementUniqueName As String, _
   ByVal memberDepth As Integer, _
   ByVal elementType As MdxElementType _
)
public MdxSingleElement( 
   string elementExpression,
   string elementUniqueName,
   int memberDepth,
   MdxElementType elementType
)

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.
elementType
Type of the 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