SqlGeometry.STStartPoint メソッド

定義

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

[Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=true)]
public Microsoft.SqlServer.Types.SqlGeometry STStartPoint();
[<Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=true)>]
member this.STStartPoint : unit -> Microsoft.SqlServer.Types.SqlGeometry
Public Function STStartPoint () As SqlGeometry

返品

呼び出し元インスタンスの開始点を含む SqlGeometry オブジェクト。

属性

適用対象