次の方法で共有


SliceValue (Level Interface)

ms134797.note(ja-jp,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 (MDX)

ヘルプおよび情報

SQL Server 2005 の参考資料の入手