다음을 통해 공유


STX 속성

Gets the X-coordinate property of a Point instance.

네임스페이스:  Microsoft.SqlServer.Types
어셈블리:  Microsoft.SqlServer.Types(Microsoft.SqlServer.Types.dll)

구문

‘선언
Public ReadOnly Property STX As SqlDouble
    Get
‘사용 방법
Dim instance As SqlGeometry
Dim value As SqlDouble

value = instance.STX
public SqlDouble STX { get; }
public:
property SqlDouble STX {
    SqlDouble get ();
}
member STX : SqlDouble
function get STX () : SqlDouble

속성 값

유형: System.Data.SqlTypes. . :: . .SqlDouble
A SqlDouble value that represents the X-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.