Partilhar via


Método SqlGeographyBuilder.AddLine

Incluir membros protegidos
Incluir membros herdados

Constructs additional points in a geography type figure.

Esse membro está sobrecarregado. Para obter informações mais completas sobre esse membro, incluindo sintaxe, uso e exemplos, clique em um nome na lista de sobrecarga.

Lista de sobrecargas

  Nome Descrição
Método público AddLine(Double, Double) Constructs additional points in a geography type figure.
Método público AddLine(Double, Double, Nullable<Double>, Nullable<Double>) Constructs additional points in a geography type figure.

Início

Comentários

Method is used together with BeginFigure() to construct the points of a geography type figure. BeginFigure() can only construct the starting endpoint for a geography type figure. Use AddLine() to construct additional points for the figure.

Method throws a FormatException when there is invalid input.

Consulte também

Referência

SqlGeographyBuilder Classe

Namespace Microsoft.SqlServer.Types