Condividi tramite


Proprietà STX

Gets the X-coordinate property of a Point instance.

Spazio dei nomi  Microsoft.SqlServer.Types
Assembly:  Microsoft.SqlServer.Types (in Microsoft.SqlServer.Types.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property STX As SqlDouble
    Get
'Utilizzo
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

Valore proprietà

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

Osservazioni

The value of this property will be null Nothing nullptr unit riferimento Null (Nothing in Visual Basic). if the SqlGeometry instance is not a point.

This property is read-only.