Condividi tramite


SliceValue (Level Interface)

[!NOTA]   Questa funzionalità verrà rimossa a partire dalla prossima versione di Microsoft SQL Server. Non utilizzare questa funzionalità in un nuovo progetto di sviluppo e modificare appena possibile le applicazioni in cui questa funzionalità viene utilizzata.

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

Applies To:clsPartitionLevel

Data Type

String

Access

Read/write

Osservazioni

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

Vedere anche

Riferimento

clsPartitionLevel
Level Interface

Altre risorse

Dimensions (MDX)

Guida in linea e informazioni

Assistenza su SQL Server 2005