Partilhar via


Método IGeographySink.BeginGeography

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 (em Microsoft.SqlServer.Types.dll)

Sintaxe

'Declaração
Sub BeginGeography ( _
    type As OpenGisGeographyType _
)
'Uso
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
)

Parâmetros

Comentários

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

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

Consulte também

Referência

IGeographySink Interface

Namespace Microsoft.SqlServer.Types