DbSpatialServices.GetIsEmpty メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定された値が閉じているかどうかを表す null 許容型のブール値を返します。
オーバーロード
GetIsEmpty(DbGeography) |
指定された DbGeography 値が空であるかどうか、null 許容のブール値を返します。 |
GetIsEmpty(DbGeometry) |
指定された DbGeometry 値が空であるかどうか、null 許容のブール値を返します。 |
GetIsEmpty(DbGeography)
指定された DbGeography 値が空であるかどうか、null 許容のブール値を返します。
public:
abstract bool GetIsEmpty(System::Data::Spatial::DbGeography ^ geographyValue);
public abstract bool GetIsEmpty (System.Data.Spatial.DbGeography geographyValue);
abstract member GetIsEmpty : System.Data.Spatial.DbGeography -> bool
Public MustOverride Function GetIsEmpty (geographyValue As DbGeography) As Boolean
パラメーター
- geographyValue
- DbGeography
地理的な値。
戻り値
指定された DbGeography 値が空である場合は true
。それ以外の場合は false
。
適用対象
GetIsEmpty(DbGeometry)
指定された DbGeometry 値が空であるかどうか、null 許容のブール値を返します。
public:
abstract bool GetIsEmpty(System::Data::Spatial::DbGeometry ^ geometryValue);
public abstract bool GetIsEmpty (System.Data.Spatial.DbGeometry geometryValue);
abstract member GetIsEmpty : System.Data.Spatial.DbGeometry -> bool
Public MustOverride Function GetIsEmpty (geometryValue As DbGeometry) As Boolean
パラメーター
- geometryValue
- DbGeometry
ジオメトリ値。
戻り値
指定された DbGeometry 値が空である場合は true
。それ以外の場合は false
。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET