Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets a value indicating whether the SqlHierarchyId is nulles 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 nulles una referencia NULL (Nothing en Visual Basic).; otherwise, false (0).
Implementa
Comentarios
This member is virtual.