FoldingParameters.FoldMaxCases Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the maximum fold cases.

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

Syntax

[DefaultValueAttribute(0)]
public long FoldMaxCases { get; set; }
public:
[DefaultValueAttribute(0)]
property long long FoldMaxCases {
    long long get();
    void set(long long value);
}
[<DefaultValueAttribute(0)>]
member FoldMaxCases : int64 with get, set
<DefaultValueAttribute(0)>
Public Property FoldMaxCases As Long

Property Value

Type: System.Int64

The maximum fold cases.

See Also

FoldingParameters Class
Microsoft.AnalysisServices Namespace

Return to top