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 name of the level that contains the Member.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public ReadOnly Property LevelName As String
Get
'Usage
Dim instance As Member
Dim value As String
value = instance.LevelName
public string LevelName { get; }
public:
property String^ LevelName {
String^ get ();
}
member LevelName : string
function get LevelName () : String
Property Value
Type: String
A String that contains the name of the level that contains the Member.