Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Returns the latitude property of the geography instance.
Namespace: Microsoft.SqlServer.Types
Assembly: Microsoft.SqlServer.Types (in Microsoft.SqlServer.Types.dll)
Syntax
'Declaration
Public ReadOnly Property Lat As SqlDouble
Get
'Usage
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
Eigenschaftswert
Typ: System.Data.SqlTypes.SqlDouble
A SqlDouble value that specifies the latitude.
Hinweise
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.