Freigeben über


MiningService.PredictionLimit-Eigenschaft

Gets the maximum number of predictions the mining service can provide.

Namespace:  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Syntax

'Declaration
Public ReadOnly Property PredictionLimit As Integer 
    Get
'Usage
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

Eigenschaftswert

Typ: System.Int32
The maximum number of predictions the mining service can provide. 0 represents no limit.

Siehe auch

Verweis

MiningService Klasse

Microsoft.AnalysisServices.AdomdClient-Namespace