SqlHierarchyId.IsNull 속성

Gets a value indicating whether the SqlHierarchyId is nullnull 참조(Visual Basic에서는 Nothing).

네임스페이스:  Microsoft.SqlServer.Types
어셈블리:  Microsoft.SqlServer.Types(Microsoft.SqlServer.Types.dll)

구문

‘선언
Public ReadOnly Property IsNull As Boolean 
    Get
‘사용 방법
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

속성 값

유형: System.Boolean
Boolean representing true (1) if the SqlHierarchyId node is nullnull 참조(Visual Basic에서는 Nothing); otherwise, false (0).

구현

INullable.IsNull

주의

This member is virtual.

참고 항목

참조

SqlHierarchyId 구조

Microsoft.SqlServer.Types 네임스페이스