Partager via


MiningValue.DiscretizedMid Property

Gets the midpoint of the discretized value.

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

Syntaxe

'Déclaration
Public ReadOnly Property DiscretizedMid As Object
public Object DiscretizedMid { get; }
public:
property Object^ DiscretizedMid {
    Object^ get ();
}
/** @property */
public Object get_DiscretizedMid ()
public function get DiscretizedMid () : Object

Valeur de propriété

If the value is numeric, a double that represents the sum of the minimum and maximum divided by two (that is,(min+max)/2). A DateTime object if the value is a date.

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

MiningValue Class
MiningValue Members
Microsoft.AnalysisServices.AdomdServer Namespace