SqlGeometry.STX 属性

 

获取 Point 实例的 X 坐标属性。

命名空间:   Microsoft.SqlServer.Types
程序集:  Microsoft.SqlServer.Types(位于 Microsoft.SqlServer.Types.dll)

语法

public SqlDouble STX {
    [SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
    get;
}
public:
property SqlDouble STX {
    [SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
    SqlDouble get();
}
member STX : SqlDouble with get
Public ReadOnly Property STX As SqlDouble

属性值

Type: System.Data.SqlTypes.SqlDouble

一个表示某个点的 X 坐标值的 SqlDouble 值。

备注

将此属性的值 null 如果 SqlGeometry 实例不是一个点。

该属性为只读。

另请参阅

SqlGeometry 类
Microsoft.SqlServer.Types 命名空间

返回页首