SqlGeography.IsNull 属性

 

确定 SqlGeography 实例是否为 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 值,该值指定 SqlGeography 实例是否为 Null。 如果为 true,则实例为 Null。 否则为 false

实现

INullable.IsNull

另请参阅

SqlGeography 类
Microsoft.SqlServer.Types 命名空间

返回页首