共用方式為


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