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.