Compartir a través de


MiningContentNode.Support Propiedad

Gets the number of cases that support the MiningContentNode.

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

Sintaxis

'Declaración
Public ReadOnly Property Support As Double 
    Get
'Uso
Dim instance As MiningContentNode 
Dim value As Double 

value = instance.Support
public double Support { get; }
public:
property double Support {
    double get ();
}
member Support : float
function get Support () : double

Valor de la propiedad

Tipo: System.Double
A double containing the number of cases that support the MiningContentNode.

Comentarios

This value is algorithm-specific.

Vea también

Referencia

MiningContentNode Clase

Espacio de nombres Microsoft.AnalysisServices.AdomdServer