共用方式為


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