次の方法で共有


DbGeography.IsClosed プロパティ

定義

この DbGeography 値が閉じているかどうかを示す null 許容型のブール値を取得します。この値が曲線を表していない場合は null が返されます。

public:
 property Nullable<bool> IsClosed { Nullable<bool> get(); };
public bool? IsClosed { get; }
member this.IsClosed : Nullable<bool>
Public ReadOnly Property IsClosed As Nullable(Of Boolean)

プロパティ値

この DbGeography 値が閉じている場合は true。それ以外の場合は false

適用対象