Compartir a través de


MiningValue.DiscretizedMid Property

Gets the midpoint of the discretized value.

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

Sintaxis

'Declaración
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

Valor de propiedad

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.

Seguridad para subprocesos

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.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

MiningValue Class
MiningValue Members
Microsoft.AnalysisServices.AdomdServer Namespace