SqlGeography.Long Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the longitude property of the geography instance.
public System.Data.SqlTypes.SqlDouble Long { [Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=true)] get; }
[<get: Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=true)>]
member this.Long : System.Data.SqlTypes.SqlDouble
Public ReadOnly Property Long As SqlDouble
Property Value
A SqlDouble value that specifies the longitude.
- Attributes