IGeometrySink 인터페이스

참고: 이 API는 더 이상 사용되지 않습니다.

Defines the interface that the SqlGeometryBuilder class uses to construct a SqlGeometryBuilder object. This API is obsolete. IGeometrySink110 should be used instead.

네임스페이스:  Microsoft.SqlServer.Types
어셈블리:  Microsoft.SqlServer.Types(Microsoft.SqlServer.Types.dll)

구문

‘선언
<ObsoleteAttribute("IGeometrySink is obsolete, use IGeometrySink110 instead.")> _
<CLSCompliantAttribute(True)> _
Public Interface IGeometrySink
‘사용 방법
Dim instance As IGeometrySink
[ObsoleteAttribute("IGeometrySink is obsolete, use IGeometrySink110 instead.")]
[CLSCompliantAttribute(true)]
public interface IGeometrySink
[ObsoleteAttribute(L"IGeometrySink is obsolete, use IGeometrySink110 instead.")]
[CLSCompliantAttribute(true)]
public interface class IGeometrySink
[<ObsoleteAttribute("IGeometrySink is obsolete, use IGeometrySink110 instead.")>]
[<CLSCompliantAttribute(true)>]
type IGeometrySink =  interface end
public interface IGeometrySink

IGeometrySink 유형에서 다음 멤버를 표시합니다.

메서드

  이름 설명
공용 메서드 AddLine Defines points other than the starting endpoint in a geometry instance. This API is obsolete. IGeometrySink110 should be used instead.
공용 메서드 BeginFigure Defines the starting endpoint for a geometry instance. This API is obsolete. IGeometrySink110 should be used instead.
공용 메서드 BeginGeometry Starts the call sequence of a geometry type. This API is obsolete. IGeometrySink110 should be used instead.
공용 메서드 EndFigure Finishes a call sequence for a geometry figure. This API is obsolete. IGeometrySink110 should be used instead.
공용 메서드 EndGeometry Finishes a call sequence for a geometry figure. This API is obsolete. IGeometrySink110 should be used instead.
공용 메서드 SetSrid Sets the Spatial Reference Identifier (SRID) for a geometry type call sequence. This API is obsolete. IGeometrySink110 should be used instead.

맨 위로 이동

참고 항목

참조

Microsoft.SqlServer.Types 네임스페이스