FoldingParameters.FoldMaxCases Property
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Syntax
'Deklaracja
<DefaultValueAttribute(0)> _
Public Property FoldMaxCases As Long
[DefaultValueAttribute(0)]
public long FoldMaxCases { get; set; }
[DefaultValueAttribute(0)]
public:
property long long FoldMaxCases {
long long get ();
void set (long long value);
}
/** @property */
public long get_FoldMaxCases ()
/** @property */
public void set_FoldMaxCases (long value)
public function get FoldMaxCases () : long
public function set FoldMaxCases (value : long)
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
See Also