FoldingParameters.FoldIndex Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the value of the fold index.

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

Syntax

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

Property Value

Type: System.Int32

The value of the fold index.

See Also

FoldingParameters Class
Microsoft.AnalysisServices Namespace

Return to top