Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the maximum fold cases.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property FoldMaxCases As Long
Get
Set
'Usage
Dim instance As FoldingParameters
Dim value As Long
value = instance.FoldMaxCases
instance.FoldMaxCases = value
public long FoldMaxCases { get; set; }
public:
property long long FoldMaxCases {
long long get ();
void set (long long value);
}
member FoldMaxCases : int64 with get, set
function get FoldMaxCases () : long
function set FoldMaxCases (value : long)
Property Value
Type: System.Int64
The maximum fold cases.