SqlGeography.STGeometryN(Int32) Método

Definição

Retorna um elemento geography especificado em um GeometryCollection ou um de seus 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

Uma expressão int entre 1 e o número de SqlGeography instâncias no GeometryCollection.

Retornos

Um SqlGeography elemento da instância especificada no GeometryCollection.

Atributos

Aplica-se a