次の方法で共有


MiningService.SupportedPredictionContentTypes プロパティ

マイニング サービスに対してサポートされている予測コンテンツの種類を取得します。

名前空間:  Microsoft.AnalysisServices.AdomdClient
アセンブリ:  Microsoft.AnalysisServices.AdomdClient (Microsoft.AnalysisServices.AdomdClient.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

関連項目

参照

MiningService クラス

Microsoft.AnalysisServices.AdomdClient 名前空間