SqlGeometry.STPointN(Int32) Método

Definição

Retorna um ponto especificado em uma SqlGeometry instância.

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

Parâmetros

n
Int32

Uma expressão int entre 1 e o número de pontos na SqlGeometry instância.

Retornos

Um SqlGeometry que representa o ponto especificado na instância de chamada.

Atributos

Aplica-se a