SqlGeography.Long 属性
返回地域实例的经度属性。
命名空间: Microsoft.SqlServer.Types
程序集: Microsoft.SqlServer.Types(位于 Microsoft.SqlServer.Types.dll)
语法
public SqlDouble Long {
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
get;
}
public:
property SqlDouble Long {
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
SqlDouble get();
}
member Long : SqlDouble with get
Public ReadOnly Property Long As SqlDouble
属性值
Type: System.Data.SqlTypes.SqlDouble
一个指示经度的 SqlDouble 值。
备注
在 OpenGIS 模型中,长时间是只能对定义的单点组成的地理实例。 如果地域实例包含多个点,此属性将返回 NULL。 此属性是精确属性,且是只读的。
另请参阅
SqlGeography 类
Microsoft.SqlServer.Types 命名空间
返回页首