Свойство SqlGeometry.Null
Gets a read-only property providing a null instance of the SqlGeometry type.
Пространство имен: Microsoft.SqlServer.Types
Сборка: Microsoft.SqlServer.Types (в Microsoft.SqlServer.Types.dll)
Синтаксис
'Декларация
Public Shared ReadOnly Property Null As SqlGeometry
Get
'Применение
Dim value As SqlGeometry
value = SqlGeometry.Null
public static SqlGeometry Null { get; }
public:
static property SqlGeometry^ Null {
SqlGeometry^ get ();
}
static member Null : SqlGeometry
static function get Null () : SqlGeometry
Значение свойства
Тип: Microsoft.SqlServer.Types.SqlGeometry
A null SqlGeometry instance.
Замечания
This member is static.