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. |
맨 위로 이동