MiningValue.DiscretizedMid Property
Gets the midpoint of the discretized value.
Пространство имен: Microsoft.AnalysisServices.AdomdServer
Сборка: msmgdsrv (in msmgdsrv.dll)
Синтаксис
'Декларация
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
Значение свойства
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.
Синхронизация потоков
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.
Платформы
Платформы разработки
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Целевые платформы
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
См. также
Справочник
MiningValue Class
MiningValue Members
Microsoft.AnalysisServices.AdomdServer Namespace