Condividi tramite


Proprietà MiningContentNode.Support

Ottiene il numero di case che supportano l'oggetto MiningContentNode.

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

Sintassi

'Dichiarazione
Public ReadOnly Property Support As Double 
    Get
'Utilizzo
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

Valore proprietà

Tipo: Double
Oggetto double contenente il numero di case che supportano l'oggetto MiningContentNode.

Osservazioni

Questo valore è specifico dell'algoritmo.

Vedere anche

Riferimento

MiningContentNode Classe

Spazio dei nomi Microsoft.AnalysisServices.AdomdServer