Nota
L'accés a aquesta pàgina requereix autorització. Podeu provar d'iniciar la sessió o de canviar els directoris.
L'accés a aquesta pàgina requereix autorització. Podeu provar de canviar els directoris.
Initializes a call sequence for a geography type. This API is obsolete. IGeographySink110 should be used instead.
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.