Поделиться через


Свойство SqlGeometry.Null

 

Возвращает доступное только для чтения свойство, содержащее экземпляр типа SqlGeometry, имеющий значение NULL.

Пространство имен:   Microsoft.SqlServer.Types
Сборка:  Microsoft.SqlServer.Types (в Microsoft.SqlServer.Types.dll)

Синтаксис

public static SqlGeometry Null {
    [SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
    get;
}
public:
property SqlGeometry^ Null {
    [SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
    static SqlGeometry^ get();
}
static member Null : SqlGeometry with get
Public Shared ReadOnly Property Null As SqlGeometry

Значение свойства

Type: Microsoft.SqlServer.Types.SqlGeometry

Экземпляр SqlGeometry со значением NULL.

Комментарии

Данный член является static.

См. также

Класс SqlGeometry
Пространство имен Microsoft.SqlServer.Types

Вернуться в начало