Partager via


Méthode SqlGeographyBuilder.AddLine

Inclure les membres protégés
Inclure les membres hérités

Constructs additional points in a geography type figure.

Ce membre est surchargé. Pour plus d'informations sur ce membre, notamment sur la syntaxe et l'utilisation, et pour visualiser des exemples, cliquez sur un nom dans la liste de surcharge.

Liste de surcharge

  Nom Description
Méthode publique AddLine(Double, Double) Constructs additional points in a geography type figure.
Méthode publique AddLine(Double, Double, Nullable<Double>, Nullable<Double>) Constructs additional points in a geography type figure.

Haut de la page

Notes

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.

Voir aussi

Référence

SqlGeographyBuilder Classe

Espace de noms Microsoft.SqlServer.Types