Partager via


PredictionComplexity propriété

Gets the MiningServicePredictionComplexity representing the expected time for predicting with the mining service.

Espace de noms :  Microsoft.AnalysisServices.AdomdClient
Assembly :  Microsoft.AnalysisServices.AdomdClient (dans Microsoft.AnalysisServices.AdomdClient.dll)

Syntaxe

'Déclaration
Public ReadOnly Property PredictionComplexity As MiningServicePredictionComplexity
    Get
'Utilisation
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

Valeur de la propriété

Type : Microsoft.AnalysisServices.AdomdClient. . :: . .MiningServicePredictionComplexity
A MiningServicePredictionComplexity representing the expected time for predicting with the mining service.