Compartir a través de


IsNull Propiedad

Gets a value indicating whether the SqlHierarchyId is nullNothingnullptrunites una referencia NULL (Nothing en Visual Basic)..

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 SqlHierarchyId
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
Boolean representing true (1) if the SqlHierarchyId node is nullNothingnullptrunites una referencia NULL (Nothing en Visual Basic).; otherwise, false (0).

Implementa

INullable. . :: . .IsNull

Comentarios

This member is virtual.