SqlGeometry.STY Property

Definition

Gets the Y-coordinate property of a Point instance.

public System.Data.SqlTypes.SqlDouble STY { [Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=true)] get; }
[<get: Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=true)>]
member this.STY : System.Data.SqlTypes.SqlDouble
Public ReadOnly Property STY As SqlDouble

Property Value

A SqlDouble value that represents the Y-coordinate value of a point.

Attributes

Applies to