Интерфейс IGeographySink

Interface used by SqlGeographyBuilder to construct a SqlGeography object.

Пространство имен:  Microsoft.SqlServer.Types
Сборка:  Microsoft.SqlServer.Types (в Microsoft.SqlServer.Types.dll)

Синтаксис

'Декларация
<CLSCompliantAttribute(True)> _
Public Interface IGeographySink
'Применение
Dim instance As IGeographySink
[CLSCompliantAttribute(true)]
public interface IGeographySink
[CLSCompliantAttribute(true)]
public interface class IGeographySink
[<CLSCompliantAttribute(true)>]
type IGeographySink =  interface end
public interface IGeographySink

Тип IGeographySink обеспечивает доступ к следующим элементам.

Методы

  Имя Описание
Открытый метод AddLine Constructs additional points other than the starting endpoint in a geography type figure.
Открытый метод BeginFigure Starts the call sequence for a geography figure.
Открытый метод BeginGeography Initializes a call sequence for a geography type.
Открытый метод EndFigure Finishes a call sequence for a geography figure.
Открытый метод EndGeography Finishes a call sequence for a geography type.
Открытый метод SetSrid Sets the Spatial Reference Identifier (SRID) for a geography type call sequence.

В начало

См. также

Справочник