Propriedade do RDL MiningService.PredictionLimit
Gets the maximum number of predictions the mining service can provide.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (em Microsoft.AnalysisServices.AdomdClient.dll)
Sintaxe
'Declaração
Public ReadOnly Property PredictionLimit As Integer
Get
'Uso
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
Valor da propriedade
Tipo: System.Int32
The maximum number of predictions the mining service can provide. 0 represents no limit.