PredictionComplexity 属性
Gets the MiningServicePredictionComplexity representing 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
A MiningServicePredictionComplexity representing the expected time for predicting with the mining service.