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
)
パラメーター
- type
型: Microsoft.SqlServer.Types.OpenGisGeographyType
呼び出しシーケンスで作成される型を示す OpenGisGeography オブジェクトです。
実装
IGeographySink.BeginGeography(OpenGisGeographyType)
説明
BeginGeography() で開いた呼び出しシーケンスは EndGeography() で閉じる必要があります。
BeginGeography() と EndGeography() のペアは入れ子にできます。
type の有効な値は、Point、MultiPoint、LineString、MultiLineString、Polygon、MultiPolygon、GeometryCollection、および FullGlobe です。