Propriété Null
Gets a read-only property providing a null instance of the SqlGeometry type.
Espace de noms : Microsoft.SqlServer.Types
Assembly : Microsoft.SqlServer.Types (en Microsoft.SqlServer.Types.dll)
Syntaxe
'Déclaration
Public Shared ReadOnly Property Null As SqlGeometry
Get
'Utilisation
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
Valeur de propriété
Type : Microsoft.SqlServer.Types. . :: . .SqlGeometry
A null SqlGeometry instance.
Notes
This member is static.