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에서 상속됨) |
맨 위로 이동