Partager via


Propriété STX

Gets the X-coordinate property of a Point instance.

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

Syntaxe

'Déclaration
Public ReadOnly Property STX As SqlDouble
    Get
'Utilisation
Dim instance As SqlGeometry
Dim value As SqlDouble

value = instance.STX
public SqlDouble STX { get; }
public:
property SqlDouble STX {
    SqlDouble get ();
}
member STX : SqlDouble
function get STX () : SqlDouble

Valeur de propriété

Type : System.Data.SqlTypes. . :: . .SqlDouble
A SqlDouble value that represents the X-coordinate value of a point.

Notes

The value of this property will be null Nothing nullptr unit une référence Null (Nothing dans Visual Basic) if the SqlGeometry instance is not a point.

This property is read-only.