PredictionLimit propriété
Gets the maximum number of predictions the mining service can provide.
Espace de noms : Microsoft.AnalysisServices.AdomdClient
Assembly : Microsoft.AnalysisServices.AdomdClient (dans 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 la propriété
Type : System. . :: . .Int32
An Integer representing the maximum number of predictions the mining service can provide. 0 represents no limit.