SqlGeometry.IsNull 属性

 

获取指示 SqlGeometry 对象是否为 Null 的值。

命名空间:   Microsoft.SqlServer.Types
程序集:  Microsoft.SqlServer.Types(位于 Microsoft.SqlServer.Types.dll)

语法

public bool IsNull {
    [SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
    get;
}
public:
property bool IsNull {
    [SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
    virtual bool get() sealed;
}
abstract IsNull : bool with get
override IsNull : bool with get
Public ReadOnly Property IsNull As Boolean

属性值

Type: System.Boolean

一个 bool 值,该值指示对象是否为 null。 如果为 true,则对象为 Null。 否则为 false

实现

INullable.IsNull

备注

此成员是 virtual

另请参阅

SqlGeometry 类
Microsoft.SqlServer.Types 命名空间

返回页首