Freigeben über


MiningService.SupportedPredictionContentTypes-Eigenschaft

Ruft die unterstützten Inhaltstypen der Vorhersage für den Miningdienst ab.

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Syntax

'Declaration
Public ReadOnly Property SupportedPredictionContentTypes As String()
    Get
'Usage
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[]

Eigenschaftswert

Typ: array<String[]

Ein Array von String-Objekten, das die unterstützten Inhaltstypen der Vorhersage für den Miningdienst enthält. Folgende Zeichenfolgen sind möglich:

  • DISCRETE

  • CONTINUOUS

  • DISCRETIZED([args])

  • ORDERED

  • CYCLICAL

  • PROBABILITY

  • VARIANCE

  • STDEV

  • SUPPORT

  • PROBABILITY_VARIANCE

  • PROBABILITY_STDEV

Siehe auch

Verweis

MiningService Klasse

Microsoft.AnalysisServices.AdomdServer-Namespace