MiningService.SupportedPredictionContentTypes 属性

获取挖掘服务的支持的预测内容类型。

命名空间:  Microsoft.AnalysisServices.AdomdServer
程序集:  msmgdsrv(在 msmgdsrv.dll 中)

语法

声明
Public ReadOnly Property SupportedPredictionContentTypes As String()
    Get
用法
Dim instance As MiningService 
Dim value As String()

value = instance.SupportedPredictionContentTypes
public string[] SupportedPredictionContentTypes { get; }
public:
property array<String^>^ SupportedPredictionContentTypes {
    array<String^>^ get ();
}
member SupportedPredictionContentTypes : string[]
function get SupportedPredictionContentTypes () : String[]

属性值

类型:array<String[]

字符串对象的数组,此数组包含挖掘服务所支持的预测内容类型。 可能的字符串包括:

  • DISCRETE

  • CONTINUOUS

  • DISCRETIZED([args])

  • ORDERED

  • CYCLICAL

  • PROBABILITY

  • VARIANCE

  • STDEV

  • SUPPORT

  • PROBABILITY_VARIANCE

  • PROBABILITY_STDEV

请参阅

参考

MiningService 类

Microsoft.AnalysisServices.AdomdServer 命名空间