PredictionComplexity Propiedad
Gets the MiningServicePredictionComplexity representing the expected time for predicting with the mining service.
Espacio de nombres: Microsoft.AnalysisServices.AdomdServer
Ensamblado: msmgdsrv (en msmgdsrv.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.AdomdServer. . :: . .MiningServicePredictionComplexity
A MiningServicePredictionComplexity representing the expected time for predicting with the mining service.
Vea también