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.