Partager via


Propriété Level.Name

Gets the name of the 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 : System.String
The name of the Level.

Implémente

IMetadataObject.Name

Notes

The Nameproperty returns the unqualified name of the level that the Level represents. To get the fully qualified name of a Level, use the UniqueName property.

Voir aussi

Référence

Level Classe

Espace de noms Microsoft.AnalysisServices.AdomdServer