SqlGeography.STGeometryN(Int32) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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