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
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
- type
Tipo: Microsoft.SqlServer.Types. . :: . .OpenGisGeographyType
OpenGisGeometryType object that indicates the type being created by the call sequence.
Comentarios
Method must be used together with the EndGeography() method.
Valid values for type are Point, MultiPoint, LineString, MultiLineString, Polygon, MultiPolygon, GeometryCollection, and FullGlobe.