SqlGeometry.IsNull Propiedad
Gets a value that indicates whether the SqlGeometry object is null.
Espacio de nombres: Microsoft.SqlServer.Types
Ensamblado: Microsoft.SqlServer.Types (en Microsoft.SqlServer.Types.dll)
Sintaxis
'Declaración
Public ReadOnly Property IsNull As Boolean
Get
'Uso
Dim instance As SqlGeometry
Dim value As Boolean
value = instance.IsNull
public bool IsNull { get; }
public:
virtual property bool IsNull {
bool get () sealed;
}
abstract IsNull : bool
override IsNull : bool
final function get IsNull () : boolean
Valor de la propiedad
Tipo: System.Boolean
A bool value that indicates whether the object is nulles una referencia NULL (Nothing en Visual Basic).. If true, the object is null. Otherwise, false.
Implementa
Comentarios
This member is virtual.