Свойство PredictionLimit
Gets the maximum number of predictions the mining service can provide.
Пространство имен: Microsoft.AnalysisServices.AdomdClient
Сборка: Microsoft.AnalysisServices.AdomdClient (в Microsoft.AnalysisServices.AdomdClient.dll)
Синтаксис
'Декларация
Public ReadOnly Property PredictionLimit As Integer
Get
'Применение
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
Значение свойства
Тип: System. . :: . .Int32
An Integer representing the maximum number of predictions the mining service can provide. 0 represents no limit.