SqlGeography.STGeometryN(Int32) Método

Definición

Devuelve un elemento geography especificado en geometryCollection o uno de sus subtipos.

[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

Parámetros

n
Int32

Expresión int entre 1 y el número de SqlGeography instancias de GeometryCollection.

Devoluciones

Elemento SqlGeography de la instancia especificada en GeometryCollection.

Atributos

Se aplica a