次の方法で共有


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

  • KEY

  • KEY SEQUENCE

  • KEY TIME

  • DISCRETE

  • CONTINUOUS

  • DISCRETIZED( [args])

  • ORDERED

  • CYCLICAL

  • PROBABILITY

  • VARIANCE

  • STDEV

  • SUPPORT

  • PROBABILITY_VARIANCE

  • PROBABILITY_STDEV