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.