SqlGeometry.STIsSimple 方法 ()

 

确定调用 SqlGeometry 实例是否为简单实例。

命名空间:   Microsoft.SqlServer.Types
程序集:  Microsoft.SqlServer.Types(位于 Microsoft.SqlServer.Types.dll)

语法

[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
public SqlBoolean STIsSimple()
public:
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
SqlBoolean STIsSimple()
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)>]
member STIsSimple : unit -> SqlBoolean
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := False)>
Public Function STIsSimple As SqlBoolean

返回值

Type: System.Data.SqlTypes.SqlBoolean

如果 SqlGeometry 实例是由开放地理空间联盟 (OGC) 所定义的简单实例,则返回 true。 如果 SqlGeometry 实例不是简单实例,则返回 false

另请参阅

SqlGeometry 类
Microsoft.SqlServer.Types 命名空间

返回页首