다음을 통해 공유


STGeometryN 메서드

Returns the specified SqlGeometry in a SqlGeometry collection.

네임스페이스:  Microsoft.SqlServer.Types
어셈블리:  Microsoft.SqlServer.Types(Microsoft.SqlServer.Types.dll)

구문

‘선언
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := True)> _
Public Function STGeometryN ( _
    n As Integer _
) As SqlGeometry
‘사용 방법
Dim instance As SqlGeometry
Dim n As Integer
Dim returnValue As SqlGeometry

returnValue = instance.STGeometryN(n)
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
public SqlGeometry STGeometryN(
    int n
)
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
public:
SqlGeometry^ STGeometryN(
    int n
)
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)>]
member STGeometryN : 
        n:int -> SqlGeometry 
public function STGeometryN(
    n : int
) : SqlGeometry

매개 변수

반환 값

유형: Microsoft.SqlServer.Types. . :: . .SqlGeometry
The SqlGeometry specified by n.

주의

This method returns null if the parameter is larger than the result of STNumGeometries and will throw an ArgumentOutOfRangeException if the expression parameter is less than 1