Поделиться через


Метод SqlGeography.STGeometryN

Returns a specified geography element in a GeometryCollection or one of its subtypes.

Пространство имен:  Microsoft.SqlServer.Types
Сборка:  Microsoft.SqlServer.Types (в Microsoft.SqlServer.Types.dll)

Синтаксис

'Декларация
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := True)> _
Public Function STGeometryN ( _
    n As Integer _
) As SqlGeography
'Применение
Dim instance As SqlGeography 
Dim n As Integer 
Dim returnValue As SqlGeography 

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

Параметры

  • n
    Тип: System.Int32
    An int expression between 1 and the number of SqlGeography instances in the GeometryCollection.

Возвращаемое значение

Тип: Microsoft.SqlServer.Types.SqlGeography
A SqlGeography element from the specified instance in the GeometryCollection.

Замечания

When this method is used on a subtype of a GeometryCollection, such as MultiPoint or MultiLineString, this method returns the SqlGeography instance if called with N=1.

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.

См. также

Справочник

SqlGeography Класс

Пространство имен Microsoft.SqlServer.Types