Compartir a través de


SqlGeography.STIsEmpty Método

Determines whether the SqlGeography instance is empty.

Espacio de nombres:  Microsoft.SqlServer.Types
Ensamblado:  Microsoft.SqlServer.Types (en Microsoft.SqlServer.Types.dll)

Sintaxis

'Declaración
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := True)> _
Public Function STIsEmpty As SqlBoolean
'Uso
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

Valor devuelto

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

Vea también

Referencia

SqlGeography Clase

Espacio de nombres Microsoft.SqlServer.Types