Name (Level Interface)
Примечание. |
---|
В следующей версии Microsoft SQL Server эта возможность будет удалена. Не используйте ее при работе над новыми приложениями и как можно быстрее измените приложения, в которых она в настоящее время используется. |
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)
Пример
Use the following code to return a level object name:
Dim sName As String
sName = LevelObject.Name