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. |
页首