Name (Level Interface)
Nota
Questa caratteristica verrà rimossa a partire dalla prossima versione di Microsoft SQL Server. Non utilizzare questa caratteristica in un nuovo progetto di sviluppo e modificare non appena possibile le applicazioni in cui è attualmente implementata.
The Name property of the Level interface contains the name of the level object.
Applies To:clsAggregationLevel, clsCubeLevel, clsDatabaseLevel, clsPartitionLevel
Data Type
String (maximum length of 50 characters)
Access
Read/write (read-only after the object has been named)
Esempio
Use the following code to return a level object name:
Dim sName As String
sName = LevelObject.Name