SupportedPredictionContentTypes 屬性
Gets the supported prediction content types for the mining service.
命名空間: 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<System. . :: . .String> [] () [] []
An array of String objects containing the supported prediction content types for the mining service. Possible strings include:
DISCRETE
CONTINUOUS
DISCRETIZED( [args])
ORDERED
CYCLICAL
PROBABILITY
VARIANCE
STDEV
SUPPORT
PROBABILITY_VARIANCE
PROBABILITY_STDEV