Compartir a través de


MiningService.SupportedPredictionContentTypes Propiedad

Gets the supported prediction content types for the mining service.

Espacio de nombres:  Microsoft.AnalysisServices.AdomdClient
Ensamblado:  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Sintaxis

'Declaración
Public ReadOnly Property SupportedPredictionContentTypes As String()
    Get
'Uso
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[]

Valor de la propiedad

Tipo: array<System.String[]

An array of String objects that contains the supported prediction content types for the mining service. Possible strings include:

  • DISCRETE

  • CONTINUOUS

  • DISCRETIZED([args])

  • ORDERED

  • CYCLICAL

  • PROBABILITY

  • VARIANCE

  • STDEV

  • SUPPORT

  • PROBABILITY_VARIANCE

  • PROBABILITY_STDEV

Vea también

Referencia

MiningService Clase

Espacio de nombres Microsoft.AnalysisServices.AdomdClient