Freigeben über


Member.LevelName-Eigenschaft

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

Eigenschaftswert

Typ: System.String
A String that contains the name of the level that contains the Member.

Siehe auch

Verweis

Member Klasse

Microsoft.AnalysisServices.AdomdServer-Namespace