Partager via


Propriété LevelName

Gets the name of the level that contains the Member.

Espace de noms :  Microsoft.AnalysisServices.AdomdServer
Assembly :  msmgdsrv (en msmgdsrv.dll)

Syntaxe

'Déclaration
Public ReadOnly Property LevelName As String
    Get
'Utilisation
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

Valeur de propriété

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