Поделиться через


SliceValue (Level Interface)

ms134797.note(ru-ru,SQL.90).gifПримечание.
  В следующей версии Microsoft SQL Server эта возможность будет удалена. Не используйте ее при работе над новыми приложениями и как можно быстрее измените приложения, в которых она в настоящее время используется.

The SliceValue property of the Level interface contains the level slice value.

Applies To:clsPartitionLevel

Data Type

String

Access

Read/write

Замечания

This property applies only to levels whose SubClassType is sbclsRegular, sbclsParentChild, or sbclsMining. For all other levels, this property returns an empty string.

Examples

Use the following code to set a level object slice value to the member name May_Sales:

' Assume an object (dsoLevel) of ClassType clsPartitionLevel exists
dsoLevel.SliceValue = "May_Sales"

Use the following code to return the slice value for a level object:

Dim sSliceVal As String
sSliceVal = LevelObject.SliceValue

См. также

Справочник

clsPartitionLevel
Level Interface

Другие ресурсы

Dimensions (многомерные выражения)

Справка и поддержка

Получение помощи по SQL Server 2005