Partager via


Propriété Level.Name

Obtient le nom du Level.

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

Syntaxe

'Déclaration
Public ReadOnly Property Name As String 
    Get
'Utilisation
Dim instance As Level 
Dim value As String 

value = instance.Name
public string Name { get; }
public:
virtual property String^ Name {
    String^ get () sealed;
}
abstract Name : string 
override Name : string
final function get Name () : String

Valeur de propriété

Type : String
Nom de l'objet Level.

Implémente

IMetadataObject.Name

Notes

La propriété Name retourne un nom non qualifié du niveau représenté par Level. Pour obtenir le nom complet d'un Level, utilisez la propriété UniqueName.

Voir aussi

Référence

Level Classe

Espace de noms Microsoft.AnalysisServices.AdomdServer