Proprietà PredictionLimit
Gets the maximum number of predictions the mining service can provide.
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: System. . :: . .Int32
An Integer representing the maximum number of predictions the mining service can provide. 0 represents no limit.
Vedere anche