SqlGeometry.IsNull Propiedad

Definición

Obtiene un valor que indica si el SqlGeometry objeto es NULL.

public bool IsNull { [Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=true)] get; }
[<get: Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=true)>]
member this.IsNull : bool
Public ReadOnly Property IsNull As Boolean

Valor de propiedad

Valor bool que indica si el objeto es null. Si es true, el objeto es NULL. En caso contrario, es falso.

Implementaciones

Atributos

Se aplica a