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 命名空间