SqlGeography.STIsEmpty 方法 ()

 

确定 SqlGeography 实例是否为空。

命名空间:   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

一个 SqlBoolean 值,该值指示调用实例是否为空。 如果为空,则返回 true。 否则,返回 false

另请参阅

SqlGeography 类
Microsoft.SqlServer.Types 命名空间

返回页首