次の方法で共有


SqlGeographyBuilder.BeginGeography メソッド

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

名前空間:  Microsoft.SqlServer.Types
アセンブリ:  Microsoft.SqlServer.Types (Microsoft.SqlServer.Types.dll)

構文

'宣言
Public Overridable Sub BeginGeography ( _
    type As OpenGisGeographyType _
)
'使用
Dim instance As SqlGeographyBuilder 
Dim type As OpenGisGeographyType

instance.BeginGeography(type)
public virtual void BeginGeography(
    OpenGisGeographyType type
)
public:
virtual void BeginGeography(
    OpenGisGeographyType type
)
abstract BeginGeography : 
        type:OpenGisGeographyType -> unit  
override BeginGeography : 
        type:OpenGisGeographyType -> unit
public function BeginGeography(
    type : OpenGisGeographyType
)

パラメーター

実装

IGeographySink.BeginGeography(OpenGisGeographyType)

説明

BeginGeography() で開いた呼び出しシーケンスは EndGeography() で閉じる必要があります。

BeginGeography() と EndGeography() のペアは入れ子にできます。

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

関連項目

参照

SqlGeographyBuilder クラス

Microsoft.SqlServer.Types 名前空間