Свойство SqlGeography.Long
Returns the longitude property of the geography instance.
Пространство имен: Microsoft.SqlServer.Types
Сборка: Microsoft.SqlServer.Types (в Microsoft.SqlServer.Types.dll)
Синтаксис
'Декларация
Public ReadOnly Property Long As SqlDouble
Get
'Применение
Dim instance As SqlGeography
Dim value As SqlDouble
value = instance.Long
public SqlDouble Long { get; }
public:
property SqlDouble Long {
SqlDouble get ();
}
member Long : SqlDouble
function get Long () : SqlDouble
Значение свойства
Тип: System.Data.SqlTypes.SqlDouble
A SqlDouble value that specifies the longitude.
Замечания
In the OpenGIS model, Long is defined only on geography instances composed of a single point. This property will return NULL if geography instances contain more than a single point. This property is precise and read-only.