Condividi tramite


Proprietà MiningService.PredictionLimit

Ottiene il numero massimo di stime che può essere fornito dal servizio di data mining.

Spazio dei nomi  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property PredictionLimit As Integer 
    Get
'Utilizzo
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

Valore proprietà

Tipo: Int32
Numero massimo di stime che può essere fornito dal servizio di data mining.0 rappresenta nessun limite.

Vedere anche

Riferimento

MiningService Classe

Spazio dei nomi Microsoft.AnalysisServices.AdomdServer