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 the current member for the hierarchy.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public ReadOnly Property CurrentMember As Member
Get
'Usage
Dim instance As Hierarchy
Dim value As Member
value = instance.CurrentMember
public Member CurrentMember { get; }
public:
property Member^ CurrentMember {
Member^ get ();
}
member CurrentMember : Member
function get CurrentMember () : Member
Property Value
Type: Microsoft.AnalysisServices.AdomdServer.Member
A Member for the hierarchy.