次の方法で共有


FoldingParameters.FoldIndex プロパティ

フォールド インデックスの値を取得または設定します。

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

構文

'宣言
Public Property FoldIndex As Integer 
    Get 
    Set
'使用
Dim instance As FoldingParameters 
Dim value As Integer 

value = instance.FoldIndex

instance.FoldIndex = value
public int FoldIndex { get; set; }
public:
property int FoldIndex {
    int get ();
    void set (int value);
}
member FoldIndex : int with get, set
function get FoldIndex () : int 
function set FoldIndex (value : int)

プロパティ値

型: System.Int32
フォールド インデックスの値です。

関連項目

参照

FoldingParameters クラス

Microsoft.AnalysisServices 名前空間