Share via


MiningService.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
The maximum number of predictions the mining service can provide. 0 represents no limit.

참고 항목

참조

MiningService 클래스

Microsoft.AnalysisServices.AdomdServer 네임스페이스