Compartir a través de


Interfaz IGeographySink

Nota: esta API ya está obsoleta.

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

Espacio de nombres:  Microsoft.SqlServer.Types
Ensamblado:  Microsoft.SqlServer.Types (en Microsoft.SqlServer.Types.dll)

Sintaxis

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

El tipo IGeographySink expone los siguientes miembros.

Métodos

  Nombre Descripción
Método público AddLine Constructs additional points other than the starting endpoint in a geography type figure. This API is obsolete. IGeographySink110 should be used instead.
Método público BeginFigure Starts the call sequence for a geography figure. This API is obsolete. IGeographySink110 should be used instead.
Método público BeginGeography Initializes a call sequence for a geography type. This API is obsolete. IGeographySink110 should be used instead.
Método público EndFigure Finishes a call sequence for a geography figure. This API is obsolete. IGeographySink110 should be used instead.
Método público EndGeography Finishes a call sequence for a geography type. This API is obsolete. IGeographySink110 should be used instead.
Método público SetSrid Sets the Spatial Reference Identifier (SRID) for a geography type call sequence. This API is obsolete. IGeographySink110 should be used instead.

Arriba

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Types