STIsEmpty 方法

Determines whether the SqlGeography instance is empty.

命名空间:  Microsoft.SqlServer.Types
程序集:  Microsoft.SqlServer.Types(在 Microsoft.SqlServer.Types.dll 中)

语法

声明
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := True)> _
Public Function STIsEmpty As SqlBoolean
用法
Dim instance As SqlGeography
Dim returnValue As SqlBoolean

returnValue = instance.STIsEmpty()
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
public SqlBoolean STIsEmpty()
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
public:
SqlBoolean STIsEmpty()
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)>]
member STIsEmpty : unit -> SqlBoolean 
public function STIsEmpty() : SqlBoolean

返回值

类型:System.Data.SqlTypes. . :: . .SqlBoolean
A SqlBoolean value that indicates whether the calling instance is empty. Returns true if it is empty. Otherwise, returns false.