Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Declaration
Sub BeginGeography ( _
type As OpenGisGeographyType _
)
'Usage
Dim instance As IGeographySink
Dim type As OpenGisGeographyType
instance.BeginGeography(type)
void BeginGeography(
OpenGisGeographyType type
)
void BeginGeography(
OpenGisGeographyType type
)
abstract BeginGeography :
type:OpenGisGeographyType -> unit
function BeginGeography(
type : OpenGisGeographyType
)
Parameters
- type
Type: Microsoft.SqlServer.Types.OpenGisGeographyType
OpenGisGeometryType object that indicates the type being created by the call sequence.
Remarks
Method must be used together with the EndGeography() method.
Valid values for type are Point, MultiPoint, LineString, MultiLineString, Polygon, MultiPolygon, GeometryCollection, and FullGlobe.