Name (Level Interface)

ms133412.note(zh-cn,SQL.90).gif注意:
  下一版本的 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

请参阅

参考

Level Interface

帮助和信息

获取 SQL Server 2005 帮助