Partager via


MiningDistribution.Value Property

Gets the value represented by the MiningDistribution.

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

Syntaxe

'Déclaration
Public ReadOnly Property Value As MiningValue
public MiningValue Value { get; }
public:
property MiningValue^ Value {
    MiningValue^ get ();
}
/** @property */
public MiningValue get_Value ()
public function get Value () : MiningValue

Valeur de propriété

Returns a MiningValue that contains the value.

Notes

This value is algorithm-specific.

Sécurité des threads

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

MiningDistribution Class
MiningDistribution Members
Microsoft.AnalysisServices.AdomdServer Namespace