Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Initializes a call sequence for a geography type.
Espace de noms : Microsoft.SqlServer.Types
Assembly : Microsoft.SqlServer.Types (en Microsoft.SqlServer.Types.dll)
Syntaxe
'Déclaration
Public Overridable Sub BeginGeography ( _
type As OpenGisGeographyType _
)
'Utilisation
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
)
Paramètres
- type
Type : Microsoft.SqlServer.Types.OpenGisGeographyType
OpenGisGeometryType object that indicates the type being created by the call sequence.
Implémente
IGeographySink.BeginGeography(OpenGisGeographyType)
Notes
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.