次の方法で共有


SqlGeography.STEndPoint メソッド

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

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

構文

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

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

戻り値

型: Microsoft.SqlServer.Types.SqlGeography
終点を含む SqlGeography 値です。

説明

STEndPoint は、STPointN (x.STNumPoints()) と同じです。

このメソッドは、空の geography インスタンスに対して呼び出された場合は null を返します。

関連項目

参照

SqlGeography クラス

Microsoft.SqlServer.Types 名前空間