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


Свойство SqlGeography.Null

Returns a read-only property providing a null instance of the SqlGeography type.

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

Синтаксис

'Декларация
Public Shared ReadOnly Property Null As SqlGeography 
    Get
'Применение
Dim value As SqlGeography 

value = SqlGeography.Null
public static SqlGeography Null { get; }
public:
static property SqlGeography^ Null {
    SqlGeography^ get ();
}
static member Null : SqlGeography
static function get Null () : SqlGeography

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

Тип: Microsoft.SqlServer.Types.SqlGeography
A null instance of the SqlGeography class.

См. также

Справочник

SqlGeography Класс

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