次の方法で共有


BeginGeography メソッド

geography 型の呼び出しシーケンスを初期化します。

名前空間:  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 です。