SqlGeometry.STY プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Point インスタンスの Y 座標プロパティを取得します。
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
プロパティ値
ポイントの Y 座標値を表す SqlDouble 値。
- 属性