IGeographySink.BeginGeography 方法
Initializes a call sequence for a geography type. This API is obsolete. IGeographySink110 should be used instead.
命名空間: Microsoft.SqlServer.Types
組件: Microsoft.SqlServer.Types (在 Microsoft.SqlServer.Types.dll 中)
語法
'宣告
Sub BeginGeography ( _
type As OpenGisGeographyType _
)
'用途
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
)
參數
- type
型別:Microsoft.SqlServer.Types.OpenGisGeographyType
OpenGisGeometryType object that indicates the type being created by the call sequence.
備註
Method must be used together with the EndGeography() method.
Valid values for type are Point, MultiPoint, LineString, MultiLineString, Polygon, MultiPolygon, GeometryCollection, and FullGlobe.