Udostępnij za pośrednictwem


Metoda STIsEmpty

Określa, czy SqlGeography wystąpienie jest pusta.

Przestrzeń nazw:  Microsoft.SqlServer.Types
Zestaw:  Microsoft.SqlServer.Types (w Microsoft.SqlServer.Types.dll)

Syntax

'Deklaracja
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := True)> _
Public Function STIsEmpty As SqlBoolean
'Użycie
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

Wartość zwracana

Typ: System.Data.SqlTypes. . :: . .SqlBoolean
A SqlBoolean wartość, która wskazuje, czy wystąpienie wywołujący jest pusty. Zwraca true , jeśli jest pusty. W przeciwnym razie zwraca false.