Свойство SqlGeography.Null

 

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

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

Синтаксис

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

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

Type: Microsoft.SqlServer.Types.SqlGeography

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

См. также

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

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