DbSpatialServices.GetIsEmpty 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回可為 null 的布林值,指出指定的值是否已經關閉。
多載
GetIsEmpty(DbGeography) |
傳回可為 Null 的布林值,指出指定的 DbGeography 值是否是空的。 |
GetIsEmpty(DbGeometry) |
傳回可為 Null 的布林值,指出指定的 DbGeometry 值是否是空的。 |
GetIsEmpty(DbGeography)
傳回可為 Null 的布林值,指出指定的 DbGeography 值是否是空的。
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)
傳回可為 Null 的布林值,指出指定的 DbGeometry 值是否是空的。
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
。