Metoda SqlGeometry.STIsEmpty
Wskazuje, czy wywołujący SqlGeometry wystąpienie jest pusta.
Przestrzeń nazw: Microsoft.SqlServer.Types
Zestaw: Microsoft.SqlServer.Types (w Microsoft.SqlServer.Types.dll)
Składnia
'Deklaracja
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := True)> _
Public Function STIsEmpty As SqlBoolean
'Użycie
Dim instance As SqlGeometry
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
Zwraca true Jeśli wystąpienie wywołującym jest pusta.Zwraca false , jeśli nie jest pusty.