共用方式為


DimensionAttribute.SkippedLevelsColumn 屬性

定義

取得或設定儲存每個成員與其父系之間略過 (空白) 之層級數目的資料行詳細資料。

[System.ComponentModel.Browsable(false)]
[System.ComponentModel.TypeConverter("Microsoft.AnalysisServices.Design.DataItemTypeConverter, Microsoft.AnalysisServices.Design.AS")]
public Microsoft.AnalysisServices.DataItem SkippedLevelsColumn { get; set; }
[<System.ComponentModel.Browsable(false)>]
[<System.ComponentModel.TypeConverter("Microsoft.AnalysisServices.Design.DataItemTypeConverter, Microsoft.AnalysisServices.Design.AS")>]
member this.SkippedLevelsColumn : Microsoft.AnalysisServices.DataItem with get, set
Public Property SkippedLevelsColumn As DataItem

屬性值

DataItem,提供資料行的詳細資料,可儲存每個成員與其父系之間已略過 (空白) 層級的數目。

屬性

備註

注意:SkippedLevelsColumn 已停止。 請避免在新的開發工作中使用此項功能,並修改目前使用此項功能的應用程式。

SkippedLevelsColumn 屬性僅適用于父屬性 (,也就是 Usage 的值會設定為 Parent) 。 SkippedLevelsColumn 屬性 (Property) 包含父屬性 (Attribute) 的資料行或屬性 (Attribute),可儲存每個成員與其父成員之間略過的層級數目。 這可讓以父屬性為基礎的父子式階層略過成員之間的層級。 這個資料行或屬性中包含的值必須為非負整數,否則就會發生處理錯誤。 如果您沒有指定 SkippedLevelsColumn 屬性或者它並未包含任何值,目前成員的層級深度就會低於父成員一層。

適用於