Partager via


Méthode BeginGeography

Initializes a call sequence for a geography type.

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

Syntaxe

'Déclaration
Sub BeginGeography ( _
    type As OpenGisGeographyType _
)
'Utilisation
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
)

Paramètres

Notes

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

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