Интерфейс IGeographySink110

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

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

Синтаксис

'Декларация
<CLSCompliantAttribute(True)> _
Public Interface IGeographySink110 _
    Inherits IGeographySink
'Применение
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

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

Методы

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

В начало

См. также

Справочник

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