SqlGeometry.STIsEmpty 方法 ()

 

指示调用 SqlGeometry 实例是否为空。

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

语法

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

返回值

Type: System.Data.SqlTypes.SqlBoolean

如果调用实例为空,则返回 true。 如果不为空,则返回 false

另请参阅

SqlGeometry 类
Microsoft.SqlServer.Types 命名空间

返回页首