共用方式為


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
)

參數

備註

Method must be used together with the EndGeography() method.

Valid values for type are Point, MultiPoint, LineString, MultiLineString, Polygon, MultiPolygon, GeometryCollection, and FullGlobe.

請參閱

參考

IGeographySink 介面

Microsoft.SqlServer.Types 命名空間