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 네임스페이스