PredictionLimit 屬性
Gets the maximum number of predictions the mining service can provide.
命名空間: Microsoft.AnalysisServices.AdomdServer
組件: msmgdsrv (在 msmgdsrv.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.