共用方式為


MiningService.PredictionComplexity 屬性

Gets the expected time for predicting with the mining service.

命名空間:  Microsoft.AnalysisServices.AdomdClient
組件:  Microsoft.AnalysisServices.AdomdClient (在 Microsoft.AnalysisServices.AdomdClient.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.AdomdClient.MiningServicePredictionComplexity
The expected time for predicting with the mining service.

請參閱

參考

MiningService 類別

Microsoft.AnalysisServices.AdomdClient 命名空間