Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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
- type
Tipo: Microsoft.SqlServer.Types.OpenGisGeographyType
OpenGisGeometryType object that indicates the type being created by the call sequence.
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.