หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Returns a read-only property providing a null instance of the SqlGeography type.
Namespace: Microsoft.SqlServer.Types
Assembly: Microsoft.SqlServer.Types (in Microsoft.SqlServer.Types.dll)
Syntax
'Declaration
Public Shared ReadOnly Property Null As SqlGeography
Get
'Usage
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
Property Value
Type: Microsoft.SqlServer.Types.SqlGeography
A null instance of the SqlGeography class.