SqlGeography.Lat 属性

 

返回地域实例的纬度属性。

命名空间:   Microsoft.SqlServer.Types
程序集:  Microsoft.SqlServer.Types(位于 Microsoft.SqlServer.Types.dll)

语法

public SqlDouble Lat {
    [SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
    get;
}
public:
property SqlDouble Lat {
    [SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
    SqlDouble get();
}
member Lat : SqlDouble with get
Public ReadOnly Property Lat As SqlDouble

属性值

Type: System.Data.SqlTypes.SqlDouble

一个指示纬度的 SqlDouble 值。

备注

在 OpenGIS 模型中,Lat 定义仅在单点组成的地理实例上。 如果地域实例包含多个点,此属性将返回 NULL。 此属性是精确属性,且是只读的。

另请参阅

SqlGeography 类
Microsoft.SqlServer.Types 命名空间

返回页首