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 네임스페이스