Share via


MiningValue.DiscretizedMid Property

Gets the midpoint of the discretized value.

Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)

Syntax

'Declaration
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

Property Value

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.

Thread Safety

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.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

MiningValue Class
MiningValue Members
Microsoft.AnalysisServices.AdomdServer Namespace