Свойство SqlGeometry.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 в Visual Basic) if the SqlGeometry instance is not a point.
This property is read-only.