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 命名空间