次の方法で共有


FoldCount プロパティ

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

構文

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

value = instance.FoldCount

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

プロパティ値

型: System. . :: . .Int32