SqlGeometry.STGeometryN(Int32) Método

Definição

Retorna o especificado SqlGeometry em uma SqlGeometry coleção.

[Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=true)]
public Microsoft.SqlServer.Types.SqlGeometry STGeometryN(int n);
[<Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=true)>]
member this.STGeometryN : int -> Microsoft.SqlServer.Types.SqlGeometry
Public Function STGeometryN (n As Integer) As SqlGeometry

Parâmetros

n
Int32

Uma expressão int entre 1 e o número de SqlGeometry instâncias na SqlGeometry coleção que especifica a instância a ser retornada.

Retornos

O SqlGeometry especificado por n.

Atributos

Aplica-se a