次の方法で共有


IGeographySink.BeginGeography メソッド

geography 型の呼び出しシーケンスを初期化します。 この API は、互換性のために残されています。 代わりに IGeographySink110 を使用してください。

名前空間:  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
)

パラメーター

説明

このメソッドは EndGeography() メソッドと共に使用する必要があります。

type の有効な値は、Point、MultiPoint、LineString、MultiLineString、Polygon、MultiPolygon、GeometryCollection、および FullGlobe です。

関連項目

参照

IGeographySink インターフェイス

Microsoft.SqlServer.Types 名前空間