共用方式為


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 命名空間