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 the maximum number of predictions the mining service can provide.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public ReadOnly Property PredictionLimit As Integer
Get
'Usage
Dim instance As MiningService
Dim value As Integer
value = instance.PredictionLimit
public int PredictionLimit { get; }
public:
property int PredictionLimit {
int get ();
}
member PredictionLimit : int
function get PredictionLimit () : int
Property Value
Type: Int32
The maximum number of predictions the mining service can provide. 0 represents no limit.