SqlGeography.STPointN 方法 (Int32)
返回 SqlGeography 实例中的指定点。
命名空间: Microsoft.SqlServer.Types
程序集: Microsoft.SqlServer.Types(位于 Microsoft.SqlServer.Types.dll)
语法
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
public SqlGeography STPointN(
int n
)
public:
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
SqlGeography^ STPointN(
int n
)
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)>]
member STPointN :
n:int -> SqlGeography
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := True)>
Public Function STPointN (
n As Integer
) As SqlGeography
参数
n
Type: System.Int32一个 int 表达式,其值介于 1 和 SqlGeography 实例中的点数之间。
返回值
Type: Microsoft.SqlServer.Types.SqlGeography
一个 SqlGeography,它表示调用实例中的指定点。
备注
如果 SqlGeography 实例是用户创建 STPointN 方法返回通过点进行排序的原始输入顺序的顺序由表达式指定的点。
如果 SqlGeography 实例构建的系统, STPointN 返回所有通过点进行排序会输出它们的相同顺序由表达式指定的点︰ 首先由地域实例,则最后按环中实例 (如果适用),然后在环内的点。 此顺序是确定的。
如果使用小于 1 的值来调用此方法,则会引发 ArgumentOutOfRangeException。
如果此方法调用的值大于实例中的点的数目,它将返回 null。
另请参阅
SqlGeography 类
Microsoft.SqlServer.Types 命名空间
返回页首