MiningService.PredictionComplexity Property

Gets the expected time for predicting with the mining service.

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Syntax

'Declaration
Public ReadOnly Property PredictionComplexity As MiningServicePredictionComplexity 
    Get
'Usage
Dim instance As MiningService 
Dim value As MiningServicePredictionComplexity 

value = instance.PredictionComplexity
public MiningServicePredictionComplexity PredictionComplexity { get; }
public:
property MiningServicePredictionComplexity PredictionComplexity {
    MiningServicePredictionComplexity get ();
}
member PredictionComplexity : MiningServicePredictionComplexity
function get PredictionComplexity () : MiningServicePredictionComplexity

Property Value

Type: Microsoft.AnalysisServices.AdomdServer.MiningServicePredictionComplexity
The expected time for predicting with the mining service.

See Also

Reference

MiningService Class

Microsoft.AnalysisServices.AdomdServer Namespace