Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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.