IGeographySink 인터페이스
참고: 이 API는 더 이상 사용되지 않습니다.
Interface used by SqlGeographyBuilder to construct a SqlGeography object. This API is obsolete. IGeographySink110 should be used instead.
네임스페이스: Microsoft.SqlServer.Types
어셈블리: Microsoft.SqlServer.Types(Microsoft.SqlServer.Types.dll)
구문
‘선언
<CLSCompliantAttribute(True)> _
<ObsoleteAttribute("IGeographySink is obsolete, use IGeographySink110 instead.")> _
Public Interface IGeographySink
‘사용 방법
Dim instance As IGeographySink
[CLSCompliantAttribute(true)]
[ObsoleteAttribute("IGeographySink is obsolete, use IGeographySink110 instead.")]
public interface IGeographySink
[CLSCompliantAttribute(true)]
[ObsoleteAttribute(L"IGeographySink is obsolete, use IGeographySink110 instead.")]
public interface class IGeographySink
[<CLSCompliantAttribute(true)>]
[<ObsoleteAttribute("IGeographySink is obsolete, use IGeographySink110 instead.")>]
type IGeographySink = interface end
public interface IGeographySink
IGeographySink 유형에서 다음 멤버를 표시합니다.
메서드
이름 | 설명 | |
---|---|---|
AddLine | Constructs additional points other than the starting endpoint in a geography type figure. This API is obsolete. IGeographySink110 should be used instead. | |
BeginFigure | Starts the call sequence for a geography figure. This API is obsolete. IGeographySink110 should be used instead. | |
BeginGeography | Initializes a call sequence for a geography type. This API is obsolete. IGeographySink110 should be used instead. | |
EndFigure | Finishes a call sequence for a geography figure. This API is obsolete. IGeographySink110 should be used instead. | |
EndGeography | Finishes a call sequence for a geography type. This API is obsolete. IGeographySink110 should be used instead. | |
SetSrid | Sets the Spatial Reference Identifier (SRID) for a geography type call sequence. This API is obsolete. IGeographySink110 should be used instead. |
맨 위로 이동