SqlGeography.STIsEmpty Método

Definição

Determina se a SqlGeography instância está vazia.

[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

Retornos

Um valor SqlBoolean que indica se a instância de chamada está vazia. Retornará true se estiver vazio. Caso contrário, retornará false.

Atributos

Aplica-se a