Name (Level Interface)

ms133412.note(de-de,SQL.90).gifHinweis:
  Dieses Feature wird in der nächsten Version von Microsoft SQL Server entfernt. Verwenden Sie dieses Feature nicht zum Entwickeln neuer Anwendungen, und planen Sie das Ändern von Anwendungen, in denen es zurzeit verwendet wird, zum frühstmöglichen Zeitpunkt ein.

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)

Beispiel

Use the following code to return a level object name:

Dim sName As String
sName = LevelObject.Name

Siehe auch

Verweis

Level Interface

Hilfe und Informationen

Informationsquellen für SQL Server 2005