Compartir a través de


MiningService.PredictionComplexity Propiedad

Gets the expected time for predicting with the mining service.

Espacio de nombres:  Microsoft.AnalysisServices.AdomdClient
Ensamblado:  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Sintaxis

'Declaración
Public ReadOnly Property PredictionComplexity As MiningServicePredictionComplexity 
    Get
'Uso
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

Valor de la propiedad

Tipo: Microsoft.AnalysisServices.AdomdClient.MiningServicePredictionComplexity
The expected time for predicting with the mining service.

Vea también

Referencia

MiningService Clase

Espacio de nombres Microsoft.AnalysisServices.AdomdClient