Partager via


Propriété MiningService.SupportedPredictionContentTypes

Obtient les types de contenu de prédiction pris en charge pour le service d'exploration de données.

Espace de noms :  Microsoft.AnalysisServices.AdomdServer
Assembly :  msmgdsrv (en msmgdsrv.dll)

Syntaxe

'Déclaration
Public ReadOnly Property SupportedPredictionContentTypes As String()
    Get
'Utilisation
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[]

Valeur de propriété

Type : array<String[]

Tableau d'objets String contenant les types de contenu de prédiction pris en charge pour le service d'exploration de données. Les chaînes possibles sont les suivantes :

  • DISCRETE

  • CONTINUOUS

  • DISCRETIZED ([args])

  • ORDERED

  • CYCLICAL

  • PROBABILITY

  • VARIANCE

  • STDEV

  • SUPPORT

  • PROBABILITY_VARIANCE

  • PROBABILITY_STDEV

Voir aussi

Référence

MiningService Classe

Espace de noms Microsoft.AnalysisServices.AdomdServer