SqlGeometry.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 nullnull 引用(在 Visual Basic 中为 Nothing). If true, the object is null. Otherwise, false.

实现

INullable.IsNull

注释

This member is virtual.

请参阅

参考

SqlGeometry 类

Microsoft.SqlServer.Types 命名空间