다음을 통해 공유


IsNull 속성

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

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

구문

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

속성 값

유형: System. . :: . .Boolean
A bool value that indicates whether the object is nullNothingnullptrunitnull 참조(Visual Basic에서는 Nothing). If true, the object is null. Otherwise, false.

구현

INullable. . :: . .IsNull

주의

This member is virtual.