IGeographySink.BeginGeography(OpenGisGeographyType) Method

Definition

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

public void BeginGeography (Microsoft.SqlServer.Types.OpenGisGeographyType type);
abstract member BeginGeography : Microsoft.SqlServer.Types.OpenGisGeographyType -> unit
Public Sub BeginGeography (type As OpenGisGeographyType)

Parameters

type
OpenGisGeographyType

OpenGisGeometryType object that indicates the type being created by the call sequence.

Applies to