FoldingParameters.FoldCount Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the exact value of folding.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

public int FoldCount { get; set; }
public:
property int FoldCount {
    int get();
    void set(int value);
}
member FoldCount : int with get, set
Public Property FoldCount As Integer

Property Value

Type: System.Int32

The exact value of folding.

See Also

FoldingParameters Class
Microsoft.AnalysisServices Namespace

Return to top