共用方式為


SqlSpatialServices.Disjoint 方法 (DbGeometry, DbGeometry)

[此頁面專屬於 Entity Framework 第 6 版。最新版本可從 'Entity Framework' NuGet 套件取得。如需 Entity Framework 的詳細資訊,請參閱 msdn.com/data/ef。]

判斷兩個指定的 DbGeometry 值是否在空間上不相交。

命名空間:  System.Data.Entity.SqlServer
組件:  EntityFramework.SqlServer (在 EntityFramework.SqlServer.dll 中)

語法

'宣告
Public Overrides Function Disjoint ( _
    geometryValue As DbGeometry, _
    otherGeometry As DbGeometry _
) As Boolean
'用途
Dim instance As SqlSpatialServices 
Dim geometryValue As DbGeometry 
Dim otherGeometry As DbGeometry 
Dim returnValue As Boolean 

returnValue = instance.Disjoint(geometryValue, _
    otherGeometry)
public override bool Disjoint(
    DbGeometry geometryValue,
    DbGeometry otherGeometry
)
public:
virtual bool Disjoint(
    DbGeometry^ geometryValue, 
    DbGeometry^ otherGeometry
) override
abstract Disjoint : 
        geometryValue:DbGeometry * 
        otherGeometry:DbGeometry -> bool  
override Disjoint : 
        geometryValue:DbGeometry * 
        otherGeometry:DbGeometry -> bool
public override function Disjoint(
    geometryValue : DbGeometry, 
    otherGeometry : DbGeometry
) : boolean

參數

傳回值

類型:System.Boolean
若 geometryValue 與 otherGeometry 沒有交集,則為 true,否則為 false。

請參閱

參考

SqlSpatialServices 類別

Disjoint 多載

System.Data.Entity.SqlServer 命名空間