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 命名空间