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.