SqlGeography.IsNull 속성

Determines whether the SqlGeography instance is null.

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

구문

‘선언
Public ReadOnly Property IsNull As Boolean 
    Get
‘사용 방법
Dim instance As SqlGeography 
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 specifies whether the SqlGeography instance is null. If true, the instance is null. Otherwise, false.

구현

INullable.IsNull

참고 항목

참조

SqlGeography 클래스

Microsoft.SqlServer.Types 네임스페이스