Proprietà Member.LevelName
Gets the name of the level that contains the Member.
Spazio dei nomi Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property LevelName As String
Get
'Utilizzo
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
Valore proprietà
Tipo: System.String
A String that contains the name of the level that contains the Member.