SqlGeography.STIsEmpty Método

Definición

Determina si la SqlGeography instancia está vacía.

[Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=true)]
public System.Data.SqlTypes.SqlBoolean STIsEmpty();
[<Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=true)>]
member this.STIsEmpty : unit -> System.Data.SqlTypes.SqlBoolean
Public Function STIsEmpty () As SqlBoolean

Devoluciones

Valor SqlBoolean que indica si la instancia de llamada está vacía. Devuelve true si está vacío. De lo contrario, devuelve false.

Atributos

Se aplica a