Freigeben über


MiningService.PredictionComplexity-Eigenschaft

Ruft die erwartete Zeit für Vorhersagen mit dem Miningdienst ab.

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

Eigenschaftswert

Typ: Microsoft.AnalysisServices.AdomdServer.MiningServicePredictionComplexity
Die erwartete Zeit für Vorhersagen mit dem Miningdienst.

Siehe auch

Verweis

MiningService Klasse

Microsoft.AnalysisServices.AdomdServer-Namespace