Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Hinweis: Diese API ist veraltet.
Defines the interface that the SqlGeometryBuilder class uses to construct a SqlGeometryBuilder object. This API is obsolete. IGeometrySink110 should be used instead.
Namespace: Microsoft.SqlServer.Types
Assembly: Microsoft.SqlServer.Types (in Microsoft.SqlServer.Types.dll)
Syntax
'Declaration
<ObsoleteAttribute("IGeometrySink is obsolete, use IGeometrySink110 instead.")> _
<CLSCompliantAttribute(True)> _
Public Interface IGeometrySink
'Usage
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
Der IGeometrySink-Typ macht folgende Elemente verfügbar.
Methoden
| Name | Beschreibung | |
|---|---|---|
![]() |
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. |
Zum Anfang
.gif)