IGeographySink.BeginGeography 方法 (OpenGisGeographyType)
初始化geography类型的调用序列。 此 API 已过时。 应使用 IGeographySink110。
命名空间: Microsoft.SqlServer.Types
程序集: Microsoft.SqlServer.Types(位于 Microsoft.SqlServer.Types.dll)
语法
void BeginGeography(
OpenGisGeographyType type
)
void BeginGeography(
OpenGisGeographyType type
)
abstract BeginGeography :
type:OpenGisGeographyType -> unit
Sub BeginGeography (
type As OpenGisGeographyType
)
参数
type
Type: Microsoft.SqlServer.Types.OpenGisGeographyType指示由调用序列正在创建的类型的 OpenGisGeometryType 对象。
备注
方法必须采用与 EndGeography() 方法。
有效值为 type 是 Point, ,MultiPoint, ,LineString, ,MultiLineString, ,Polygon, ,MultiPolygon, ,GeometryCollection, ,和 FullGlobe。
另请参阅
IGeographySink 接口
Microsoft.SqlServer.Types 命名空间
返回页首