Compartilhar via


Propriedade do RDL MiningService.PredictionComplexity

Obtém o tempo esperado para a previsão com o serviço de mineração.

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

Sintaxe

'Declaração
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 da propriedade

Tipo: Microsoft.AnalysisServices.AdomdServer.MiningServicePredictionComplexity
O tempo esperado para a previsão com o serviço de mineração.

Consulte também

Referência

MiningService Classe

Namespace Microsoft.AnalysisServices.AdomdServer