Interface IGeographySink110

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

Espace de noms :  Microsoft.SqlServer.Types
Assembly :  Microsoft.SqlServer.Types (en Microsoft.SqlServer.Types.dll)

Syntaxe

'Déclaration
<CLSCompliantAttribute(True)> _
Public Interface IGeographySink110 _
    Inherits IGeographySink
'Utilisation
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

Le type IGeographySink110 expose les membres suivants.

Méthodes

  Nom Description
Méthode publique AddCircularArc Adds a circular arc geography type figure with the specified startpoint and endpoint.
Méthode publique AddLine Constructs additional points other than the starting endpoint in a geography type figure. This API is obsolete. IGeographySink110 should be used instead. (hérité de IGeographySink.)
Méthode publique BeginFigure Starts the call sequence for a geography figure. This API is obsolete. IGeographySink110 should be used instead. (hérité de IGeographySink.)
Méthode publique BeginGeography Initializes a call sequence for a geography type. This API is obsolete. IGeographySink110 should be used instead. (hérité de IGeographySink.)
Méthode publique EndFigure Finishes a call sequence for a geography figure. This API is obsolete. IGeographySink110 should be used instead. (hérité de IGeographySink.)
Méthode publique EndGeography Finishes a call sequence for a geography type. This API is obsolete. IGeographySink110 should be used instead. (hérité de IGeographySink.)
Méthode publique SetSrid Sets the Spatial Reference Identifier (SRID) for a geography type call sequence. This API is obsolete. IGeographySink110 should be used instead. (hérité de IGeographySink.)

Haut de la page

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Types