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.