Partager via


Propriété IsNull

Gets a value that indicates whether the SqlGeometry object is null.

Espace de noms :  Microsoft.SqlServer.Types
Assembly :  Microsoft.SqlServer.Types (en Microsoft.SqlServer.Types.dll)

Syntaxe

'Déclaration
Public ReadOnly Property IsNull As Boolean
    Get
'Utilisation
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

Valeur de propriété

Type : System. . :: . .Boolean
A bool value that indicates whether the object is nullNothingnullptrunitune référence Null (Nothing dans Visual Basic). If true, the object is null. Otherwise, false.

Implémente

INullable. . :: . .IsNull

Notes

This member is virtual.