次の方法で共有


SqlGeography.STStartPoint メソッド

SqlGeography インスタンスの始点を返します。

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

構文

'宣言
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := True)> _
Public Function STStartPoint As SqlGeography
'使用
Dim instance As SqlGeography 
Dim returnValue As SqlGeography 

returnValue = instance.STStartPoint()
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
public SqlGeography STStartPoint()
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
public:
SqlGeography^ STStartPoint()
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)>]
member STStartPoint : unit -> SqlGeography
public function STStartPoint() : SqlGeography

戻り値

型: Microsoft.SqlServer.Types.SqlGeography
呼び出し元の SqlGeography の始点を表す SqlGeography 値です。

説明

STStartPoint は、STPointN(1) と同じです。

関連項目

参照

SqlGeography クラス

Microsoft.SqlServer.Types 名前空間