Freigeben über


IGeographySink110-Schnittstelle

Defines the interface used by SqlGeographyBuilder to construct a SqlGeography object.

Namespace:  Microsoft.SqlServer.Types
Assembly:  Microsoft.SqlServer.Types (in Microsoft.SqlServer.Types.dll)

Syntax

'Declaration
<CLSCompliantAttribute(True)> _
Public Interface IGeographySink110 _
    Inherits IGeographySink
'Usage
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

Der IGeographySink110-Typ macht folgende Elemente verfügbar.

Methoden

  Name Beschreibung
Öffentliche Methode AddCircularArc Adds a circular arc geography type figure with the specified startpoint and endpoint.
Öffentliche Methode AddLine Constructs additional points other than the starting endpoint in a geography type figure. This API is obsolete. IGeographySink110 should be used instead. (Geerbt von IGeographySink.)
Öffentliche Methode BeginFigure Starts the call sequence for a geography figure. This API is obsolete. IGeographySink110 should be used instead. (Geerbt von IGeographySink.)
Öffentliche Methode BeginGeography Initializes a call sequence for a geography type. This API is obsolete. IGeographySink110 should be used instead. (Geerbt von IGeographySink.)
Öffentliche Methode EndFigure Finishes a call sequence for a geography figure. This API is obsolete. IGeographySink110 should be used instead. (Geerbt von IGeographySink.)
Öffentliche Methode EndGeography Finishes a call sequence for a geography type. This API is obsolete. IGeographySink110 should be used instead. (Geerbt von IGeographySink.)
Öffentliche Methode SetSrid Sets the Spatial Reference Identifier (SRID) for a geography type call sequence. This API is obsolete. IGeographySink110 should be used instead. (Geerbt von IGeographySink.)

Zum Anfang

Siehe auch

Verweis

Microsoft.SqlServer.Types-Namespace