Поделиться через


Метод 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

Вернуться в начало