Поделиться через


Интерфейс IGeographySink

Примечание. Этот API-интерфейс устарел.

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

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

Синтаксис

'Декларация
<CLSCompliantAttribute(True)> _
<ObsoleteAttribute("IGeographySink is obsolete, use IGeographySink110 instead.")> _
Public Interface IGeographySink
'Применение
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

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

Методы

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

В начало

См. также

Справочник

Пространство имен Microsoft.SqlServer.Types