FoldingParameters.FoldCount 屬性

Gets or sets the exact value of folding.

命名空間:  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
The exact value of folding.

請參閱

參考

FoldingParameters 類別

Microsoft.AnalysisServices 命名空間