PredictionLimit Propiedad
Gets the maximum number of predictions the mining service can provide.
Espacio de nombres: Microsoft.AnalysisServices.AdomdClient
Ensamblado: Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)
Sintaxis
'Declaración
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 de la propiedad
Tipo: System. . :: . .Int32
An Integer representing the maximum number of predictions the mining service can provide. 0 represents no limit.
Vea también