MiningService.PredictionLimit Property

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.

See Also

Reference

MiningService Class

Microsoft.AnalysisServices.AdomdServer Namespace