SqlGeography.IsNull Propiedad

Definición

Determina si la SqlGeography instancia 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 especifica si la SqlGeography instancia es null. Si es true, la instancia es null. En caso contrario, es falso.

Implementaciones

Atributos

Se aplica a