STY 속성
Gets the Y-coordinate property of a Point instance.
네임스페이스: Microsoft.SqlServer.Types
어셈블리: Microsoft.SqlServer.Types(Microsoft.SqlServer.Types.dll)
구문
‘선언
Public ReadOnly Property STY As SqlDouble
Get
‘사용 방법
Dim instance As SqlGeometry
Dim value As SqlDouble
value = instance.STY
public SqlDouble STY { get; }
public:
property SqlDouble STY {
SqlDouble get ();
}
member STY : SqlDouble
function get STY () : SqlDouble
속성 값
유형: System.Data.SqlTypes. . :: . .SqlDouble
A SqlDouble value that represents the Y-coordinate value of a point.
주의
The value of this property will be null Nothing nullptr unit null 참조(Visual Basic에서는 Nothing) if the SqlGeometry instance is not a point.
This property is read-only.