SqlGeography.STGeometryN(Int32) メソッド

定義

GeometryCollection またはそのサブタイプの指定した geography 要素を返します。

[Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=true)]
public Microsoft.SqlServer.Types.SqlGeography STGeometryN(int n);
[<Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=true)>]
member this.STGeometryN : int -> Microsoft.SqlServer.Types.SqlGeography
Public Function STGeometryN (n As Integer) As SqlGeography

パラメーター

n
Int32

1 から GeometryCollection 内の SqlGeography インスタンスの数までの int 式。

返品

GeometryCollection 内の指定したインスタンスの SqlGeography 要素。

属性

適用対象