SqlGeography.STIsClosed メソッド

定義

呼び出し元 SqlGeography インスタンスが閉じているかどうかを判断します。

[Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=false)]
public System.Data.SqlTypes.SqlBoolean STIsClosed();
[<Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=false)>]
member this.STIsClosed : unit -> System.Data.SqlTypes.SqlBoolean
Public Function STIsClosed () As SqlBoolean

返品

SqlGeography インスタンスの始点と終点が同じかどうかを示す SqlBoolean 値。 両方のポイントが同じ場合は true を返します。 それ以外の場合は false。

属性

適用対象