次の方法で共有


DimensionAttribute.SkippedLevelsColumn Property

各メンバとその親との間にある省略された (空の) レベルの数を格納する列の詳細を取得します。値の設定も可能です。

名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (microsoft.analysisservices.dll 内)

構文

'宣言
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.DataItemTypeConverter, Microsoft.AnalysisServices.Design")> _
<XmlElementAttribute(IsNullable:=False)> _
<BrowsableAttribute(True)> _
<EditorAttribute("Microsoft.AnalysisServices.Design.DataItemPropertyTypeEditor, Microsoft.AnalysisServices.Design", GetType(UITypeEditor))> _
<MergablePropertyAttribute(False)> _
Public Property SkippedLevelsColumn As DataItem
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.DataItemTypeConverter, Microsoft.AnalysisServices.Design")] 
[XmlElementAttribute(IsNullable=false)] 
[BrowsableAttribute(true)] 
[EditorAttribute("Microsoft.AnalysisServices.Design.DataItemPropertyTypeEditor, Microsoft.AnalysisServices.Design", typeof(UITypeEditor))] 
[MergablePropertyAttribute(false)] 
public DataItem SkippedLevelsColumn { get; set; }
[TypeConverterAttribute(L"Microsoft.AnalysisServices.Design.DataItemTypeConverter, Microsoft.AnalysisServices.Design")] 
[XmlElementAttribute(IsNullable=false)] 
[BrowsableAttribute(true)] 
[EditorAttribute(L"Microsoft.AnalysisServices.Design.DataItemPropertyTypeEditor, Microsoft.AnalysisServices.Design", typeof(UITypeEditor))] 
[MergablePropertyAttribute(false)] 
public:
property DataItem^ SkippedLevelsColumn {
    DataItem^ get ();
    void set (DataItem^ value);
}
/** @property */
public DataItem get_SkippedLevelsColumn ()

/** @property */
public void set_SkippedLevelsColumn (DataItem value)
public function get SkippedLevelsColumn () : DataItem

public function set SkippedLevelsColumn (value : DataItem)

プロパティ値

各メンバとその親との間にある省略された (空の) レベルの数を格納する列の詳細を示す DataItem です。

解説

ms153043.note(ja-jp,SQL.90).gifメモ :
このバージョンの Microsoft SQL Server 2005 Analysis Services (SSAS) では、SkippedLevelsColumn は廃止されています。新規の開発作業では使用しないでください。また、この機能を現在使用しているアプリケーションは修正してください。

SkippedLevelsColumn は、親属性にのみ適用できます (つまり、Usage の値を Parent に設定します)。SkippedLevelsColumn プロパティは、各メンバとその親メンバとの間にある省略されたレベルの数を格納する、親属性の列または属性を表します。これを利用して、親属性に基づく親子階層でメンバ間のレベルを省略できます。この列または属性の値は、負でない整数である必要があります。値が負の場合、処理エラーが発生します。SkippedLevelsColumn プロパティが指定されていない場合、または値が含まれていない場合、現在のメンバは親メンバよりも 1 階層深いレベルになります。

スレッド セーフ

この型の public static (Microsoft Visual Basic では共有 ) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。

プラットフォーム

開発プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

対象プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

参照

関連項目

DimensionAttribute Class
DimensionAttribute Members
Microsoft.AnalysisServices Namespace