Freigeben über


IGeographySink-Schnittstelle

Hinweis: Diese API ist veraltet.

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

Namespace:  Microsoft.SqlServer.Types
Assembly:  Microsoft.SqlServer.Types (in Microsoft.SqlServer.Types.dll)

Syntax

'Declaration
<CLSCompliantAttribute(True)> _
<ObsoleteAttribute("IGeographySink is obsolete, use IGeographySink110 instead.")> _
Public Interface IGeographySink
'Usage
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

Der IGeographySink-Typ macht folgende Elemente verfügbar.

Methoden

  Name Beschreibung
Öffentliche Methode AddLine Constructs additional points other than the starting endpoint in a geography type figure. This API is obsolete. IGeographySink110 should be used instead.
Öffentliche Methode BeginFigure Starts the call sequence for a geography figure. This API is obsolete. IGeographySink110 should be used instead.
Öffentliche Methode BeginGeography Initializes a call sequence for a geography type. This API is obsolete. IGeographySink110 should be used instead.
Öffentliche Methode EndFigure Finishes a call sequence for a geography figure. This API is obsolete. IGeographySink110 should be used instead.
Öffentliche Methode EndGeography Finishes a call sequence for a geography type. This API is obsolete. IGeographySink110 should be used instead.
Öffentliche Methode SetSrid Sets the Spatial Reference Identifier (SRID) for a geography type call sequence. This API is obsolete. IGeographySink110 should be used instead.

Zum Anfang

Siehe auch

Verweis

Microsoft.SqlServer.Types-Namespace