Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Returns the latitude property of the geography instance.
Espacio de nombres: Microsoft.SqlServer.Types
Ensamblado: Microsoft.SqlServer.Types (en Microsoft.SqlServer.Types.dll)
Sintaxis
'Declaración
Public ReadOnly Property Lat As SqlDouble
Get
'Uso
Dim instance As SqlGeography
Dim value As SqlDouble
value = instance.Lat
public SqlDouble Lat { get; }
public:
property SqlDouble Lat {
SqlDouble get ();
}
member Lat : SqlDouble
function get Lat () : SqlDouble
Valor de la propiedad
Tipo: System.Data.SqlTypes.SqlDouble
A SqlDouble value that specifies the latitude.
Comentarios
In the OpenGIS model, Lat 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.