Partager via


Propriété Member.LevelName

Gets the name of the level that contains the Member.

Espace de noms :  Microsoft.AnalysisServices.AdomdClient
Assembly :  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.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.

Voir aussi

Référence

Member Classe

Espace de noms Microsoft.AnalysisServices.AdomdClient