次の方法で共有


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<System. . :: . .String> [] () [] []
マイニング サービスに対してサポートされている予測コンテンツの種類を表す String オブジェクトの配列です。次の文字列をとります。

  • DISCRETE

  • CONTINUOUS

  • DISCRETIZED( [args])

  • ORDERED

  • CYCLICAL

  • PROBABILITY

  • VARIANCE

  • STDEV

  • SUPPORT

  • PROBABILITY_VARIANCE

  • PROBABILITY_STDEV