Compartir a través de


Interfaz IGeographySink110

Defines the interface used by SqlGeographyBuilder to construct a SqlGeography object.

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

Sintaxis

'Declaración
<CLSCompliantAttribute(True)> _
Public Interface IGeographySink110 _
    Inherits IGeographySink
'Uso
Dim instance As IGeographySink110
[CLSCompliantAttribute(true)]
public interface IGeographySink110 : IGeographySink
[CLSCompliantAttribute(true)]
public interface class IGeographySink110 : IGeographySink
[<CLSCompliantAttribute(true)>]
type IGeographySink110 =  
    interface 
        interface IGeographySink 
    end
public interface IGeographySink110 extends IGeographySink

El tipo IGeographySink110 expone los siguientes miembros.

Métodos

  Nombre Descripción
Método público AddCircularArc Adds a circular arc geography type figure with the specified startpoint and endpoint.
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. (Se hereda de IGeographySink.)
Método público BeginFigure Starts the call sequence for a geography figure. This API is obsolete. IGeographySink110 should be used instead. (Se hereda de IGeographySink.)
Método público BeginGeography Initializes a call sequence for a geography type. This API is obsolete. IGeographySink110 should be used instead. (Se hereda de IGeographySink.)
Método público EndFigure Finishes a call sequence for a geography figure. This API is obsolete. IGeographySink110 should be used instead. (Se hereda de IGeographySink.)
Método público EndGeography Finishes a call sequence for a geography type. This API is obsolete. IGeographySink110 should be used instead. (Se hereda de IGeographySink.)
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. (Se hereda de IGeographySink.)

Arriba

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Types