다음을 통해 공유


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.

맨 위로 이동