共用方式為


OpenGisGeographyType 列舉

Lists Open GIS geography types.

命名空間:  Microsoft.SqlServer.Types
組件:  Microsoft.SqlServer.Types (在 Microsoft.SqlServer.Types.dll 中)

語法

'宣告
<CLSCompliantAttribute(True)> _
Public Enumeration OpenGisGeographyType
'用途
Dim instance As OpenGisGeographyType
[CLSCompliantAttribute(true)]
public enum OpenGisGeographyType
[CLSCompliantAttribute(true)]
public enum class OpenGisGeographyType
[<CLSCompliantAttribute(true)>]
type OpenGisGeographyType
public enum OpenGisGeographyType

成員

成員名稱 說明
Point Point is a 0-dimensional object that represents a single location.
LineString LineString is a one-dimensional object that represents a sequence of points and the line segments connecting them.
Polygon Polygon is a two-dimensional surface stored as a sequence of points defining an exterior bounding ring and zero or more interior rings.
MultiPoint MultiPoint is a collection of zero or more points.
MultiLineString MultiLineString is a collection of zero or more geographyLineString instances.
MultiPolygon MultiPolygon is a collection of zero or more Polygon instances.
GeometryCollection GeometryCollection is a collection of zero or more geography instances.

備註

BeginGeography()in IGeographySink interface uses this enum as a parameter.