다음을 통해 공유


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.