IGeographySink.BeginGeography Method (OpenGisGeographyType)

 

Applies To: SQL Server 2016 Preview

Initializes a call sequence for a geography type. This API is obsolete. IGeographySink110 should be used instead.

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

Syntax

void BeginGeography(
    OpenGisGeographyType type
)
void BeginGeography(
    OpenGisGeographyType type
)
abstract BeginGeography : 
        type:OpenGisGeographyType -> unit
Sub BeginGeography (
    type As OpenGisGeographyType
)

Parameters

Remarks

Method must be used together with the EndGeography() method.

Valid values for type are Point, MultiPoint, LineString, MultiLineString, Polygon, MultiPolygon, GeometryCollection, and FullGlobe.

See Also

IGeographySink Interface
Microsoft.SqlServer.Types Namespace

Return to top