共用方式為


PredictionComplexity 屬性

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

命名空間:  Microsoft.AnalysisServices.AdomdServer
組件:  msmgdsrv (在 msmgdsrv.dll 中)

語法

'宣告
Public ReadOnly Property PredictionComplexity As MiningServicePredictionComplexity
    Get
'用途
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

屬性值

型別:Microsoft.AnalysisServices.AdomdServer. . :: . .MiningServicePredictionComplexity
A MiningServicePredictionComplexity representing the expected time for predicting with the mining service.