Partager via


Propriété MiningService.PredictionLimit

Obtient le nombre maximal de prédictions que le service d'exploration de données peut fournir.

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 : Int32
Nombre maximal de prédictions que le service d'exploration de données peut fournir.0 ne représente aucune limite.

Voir aussi

Référence

MiningService Classe

Espace de noms Microsoft.AnalysisServices.AdomdServer