共用方式為


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[]

String 物件陣列,其中包含採礦服務的已支援預期內容類型。 可能的字串包括:

  • DISCRETE

  • CONTINUOUS

  • DISCRETIZED([args])

  • ORDERED

  • CYCLICAL

  • PROBABILITY

  • VARIANCE

  • STDEV

  • SUPPORT

  • PROBABILITY_VARIANCE

  • PROBABILITY_STDEV

請參閱

參考

MiningService 類別

Microsoft.AnalysisServices.AdomdServer 命名空間