Propriété SqlGeometry.Null
Obtient une propriété en lecture seule qui fournit une instance Null du type SqlGeometry.
Espace de noms: Microsoft.SqlServer.Types
Assembly: Microsoft.SqlServer.Types (dans Microsoft.SqlServer.Types.dll)
Syntaxe
public static SqlGeometry Null {
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
get;
}
public:
property SqlGeometry^ Null {
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
static SqlGeometry^ get();
}
static member Null : SqlGeometry with get
Public Shared ReadOnly Property Null As SqlGeometry
Valeur de propriété
Type: Microsoft.SqlServer.Types.SqlGeometry
Instance SqlGeometry Null.
Notes
Ce membre est static.
Voir aussi
SqlGeometry, classe
Microsoft.SqlServer.Types, espace de noms
Retour au début