Name (Level Interface)
Observação |
---|
Esse recurso será removido na próxima versão do Microsoft SQL Server. Não utilize esse recurso em desenvolvimentos novos e modifique, assim que possível, os aplicativos que atualmente o utilizam. |
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)
Exemplo
Use the following code to return a level object name:
Dim sName As String
sName = LevelObject.Name