Partager via


Propriété MiningService.PredictionLimit

Gets the maximum number of predictions the mining service can provide.

Espace de noms :  Microsoft.AnalysisServices.AdomdClient
Assembly :  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.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
The maximum number of predictions the mining service can provide. 0 represents no limit.

Voir aussi

Référence

MiningService Classe

Espace de noms Microsoft.AnalysisServices.AdomdClient