Propriété PredictionLimit
Gets the maximum number of predictions the mining service can provide.
Espace de noms : Microsoft.AnalysisServices.AdomdServer
Assembly : msmgdsrv (en msmgdsrv.dll)
Syntaxe
'Déclaration
Public ReadOnly Property PredictionLimit As Integer
Get
'Utilisation
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
Valeur de propriété
Type : System. . :: . .Int32
An Integer representing the maximum number of predictions the mining service can provide. 0 represents no limit.