Поделиться через


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

This property is read-only.

См. также

Справочник

SqlGeometry Класс

Пространство имен Microsoft.SqlServer.Types