共用方式為


MiningService.PredictionLimit 屬性

取得採礦服務可以提供的最大預測數目。

命名空間:  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

屬性值

型別:Int32
採礦服務可以提供的最大預測數目。0 表示無限制。

請參閱

參考

MiningService 類別

Microsoft.AnalysisServices.AdomdServer 命名空間