SqlGeometry.STY プロパティ

定義

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 値。

属性

適用対象