Compartir a través de


SqlGeographyBuilder.BeginGeography Método

Initializes a call sequence for a geography type.

Espacio de nombres:  Microsoft.SqlServer.Types
Ensamblado:  Microsoft.SqlServer.Types (en Microsoft.SqlServer.Types.dll)

Sintaxis

'Declaración
Public Overridable Sub BeginGeography ( _
    type As OpenGisGeographyType _
)
'Uso
Dim instance As SqlGeographyBuilder 
Dim type As OpenGisGeographyType

instance.BeginGeography(type)
public virtual void BeginGeography(
    OpenGisGeographyType type
)
public:
virtual void BeginGeography(
    OpenGisGeographyType type
)
abstract BeginGeography : 
        type:OpenGisGeographyType -> unit  
override BeginGeography : 
        type:OpenGisGeographyType -> unit
public function BeginGeography(
    type : OpenGisGeographyType
)

Parámetros

Implementa

IGeographySink.BeginGeography(OpenGisGeographyType)

Comentarios

Call sequences that open with a BeginGeography() must close with a EndGeography().

BeginGeography() and EndGeography() pairs can be nested.

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

Vea también

Referencia

SqlGeographyBuilder Clase

Espacio de nombres Microsoft.SqlServer.Types