Condividi tramite


Proprietà MiningService.SupportedPredictionContentTypes

Ottiene i tipi di contenuto della stima supportati per il servizio di data mining.

Spazio dei nomi  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Sintassi

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

Valore proprietà

Tipo: array<String[]

Matrice di stringhe che contiene i tipi di contenuto della stima supportati per il servizio di data mining. Le stringhe possibili includono:

  • DISCRETE

  • CONTINUOUS

  • DISCRETIZED([argomenti])

  • ORDERED

  • CYCLICAL

  • PROBABILITY

  • VARIANCE

  • STDEV

  • SUPPORT

  • PROBABILITY_VARIANCE

  • PROBABILITY_STDEV

Vedere anche

Riferimento

MiningService Classe

Spazio dei nomi Microsoft.AnalysisServices.AdomdServer