Partilhar via


Interface IGeographySink

Interface used by SqlGeographyBuilder to construct a SqlGeography object.

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

Sintaxe

'Declaração
<CLSCompliantAttribute(True)> _
Public Interface IGeographySink
'Uso
Dim instance As IGeographySink
[CLSCompliantAttribute(true)]
public interface IGeographySink
[CLSCompliantAttribute(true)]
public interface class IGeographySink
[<CLSCompliantAttribute(true)>]
type IGeographySink =  interface end
public interface IGeographySink

O tipo IGeographySink expõe os membros a seguir.

Métodos

  Nome Descrição
Método público AddLine Constructs additional points other than the starting endpoint in a geography type figure.
Método público BeginFigure Starts the call sequence for a geography figure.
Método público BeginGeography Initializes a call sequence for a geography type.
Método público EndFigure Finishes a call sequence for a geography figure.
Método público EndGeography Finishes a call sequence for a geography type.
Método público SetSrid Sets the Spatial Reference Identifier (SRID) for a geography type call sequence.

Início

Consulte também

Referência