SqlGeometry.STIsEmpty Método

Definición

Indica si la instancia de llamada SqlGeometry 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

Devuelve true si la instancia de llamada está vacía. Devuelve false si no está vacío.

Atributos

Se aplica a