Share via


Interface IGeographySink

Remarque : cette API est désormais obsolète.

Interface used by SqlGeographyBuilder to construct a SqlGeography object. This API is obsolete. IGeographySink110 should be used instead.

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

Syntaxe

'Déclaration
<CLSCompliantAttribute(True)> _
<ObsoleteAttribute("IGeographySink is obsolete, use IGeographySink110 instead.")> _
Public Interface IGeographySink
'Utilisation
Dim instance As IGeographySink
[CLSCompliantAttribute(true)]
[ObsoleteAttribute("IGeographySink is obsolete, use IGeographySink110 instead.")]
public interface IGeographySink
[CLSCompliantAttribute(true)]
[ObsoleteAttribute(L"IGeographySink is obsolete, use IGeographySink110 instead.")]
public interface class IGeographySink
[<CLSCompliantAttribute(true)>]
[<ObsoleteAttribute("IGeographySink is obsolete, use IGeographySink110 instead.")>]
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. This API is obsolete. IGeographySink110 should be used instead.
Méthode publique BeginFigure Starts the call sequence for a geography figure. This API is obsolete. IGeographySink110 should be used instead.
Méthode publique BeginGeography Initializes a call sequence for a geography type. This API is obsolete. IGeographySink110 should be used instead.
Méthode publique EndFigure Finishes a call sequence for a geography figure. This API is obsolete. IGeographySink110 should be used instead.
Méthode publique EndGeography Finishes a call sequence for a geography type. This API is obsolete. IGeographySink110 should be used instead.
Méthode publique SetSrid Sets the Spatial Reference Identifier (SRID) for a geography type call sequence. This API is obsolete. IGeographySink110 should be used instead.

Haut de la page

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Types