MiningService.SupportedInputContentTypes 属性

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

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

语法

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

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

属性值

类型:array<String[]

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

  • KEY

  • KEY SEQUENCE

  • KEY TIME

  • DISCRETE

  • CONTINUOUS

  • DISCRETIZED([args])

  • ORDERED

  • CYCLICAL

  • PROBABILITY

  • VARIANCE

  • STDEV

  • SUPPORT

  • PROBABILITY_VARIANCE

  • PROBABILITY_STDEV

请参阅

参考

MiningService 类

Microsoft.AnalysisServices.AdomdServer 命名空间