Partager via


SqlGeometry.HasZ propriété

 

Retourne true si au moins un point d'un objet spatial contient la valeur Z ; sinon, retourne false. Cette propriété est en lecture seule.

Espace de noms:   Microsoft.SqlServer.Types
Assembly:  Microsoft.SqlServer.Types (dans Microsoft.SqlServer.Types.dll)

Syntaxe

public bool HasZ {
    [SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
    get;
}
public:
property bool HasZ {
    [SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
    bool get();
}
member HasZ : bool with get
Public ReadOnly Property HasZ As Boolean

Valeur de propriété

Type: System.Boolean

true si au moins un point d'un objet spatial contient la valeur Z ; sinon, false.

Voir aussi

SqlGeometry classe
Microsoft.SqlServer.Types espace de noms

Retour au début