Partager via


Interface IGeographySink

Interface used by SqlGeographyBuilder to construct a SqlGeography object.

Espace de noms :  Microsoft.SqlServer.Types
Assembly :  Microsoft.SqlServer.Types (en Microsoft.SqlServer.Types.dll)

Syntaxe

'Déclaration
<CLSCompliantAttribute(True)> _
Public Interface IGeographySink
'Utilisation
Dim instance As IGeographySink
[CLSCompliantAttribute(true)]
public interface IGeographySink
[CLSCompliantAttribute(true)]
public interface class IGeographySink
[<CLSCompliantAttribute(true)>]
type IGeographySink =  interface end
public interface IGeographySink

Le type IGeographySink expose les membres suivants.

Méthodes

  Nom Description
Méthode publique AddLine Constructs additional points other than the starting endpoint in a geography type figure.
Méthode publique BeginFigure Starts the call sequence for a geography figure.
Méthode publique BeginGeography Initializes a call sequence for a geography type.
Méthode publique EndFigure Finishes a call sequence for a geography figure.
Méthode publique EndGeography Finishes a call sequence for a geography type.
Méthode publique SetSrid Sets the Spatial Reference Identifier (SRID) for a geography type call sequence.

Haut de la page