다음을 통해 공유


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.