Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets the X-coordinate property of a Point instance.
Espacio de nombres: Microsoft.SqlServer.Types
Ensamblado: Microsoft.SqlServer.Types (en Microsoft.SqlServer.Types.dll)
Sintaxis
'Declaración
Public ReadOnly Property STX As SqlDouble
Get
'Uso
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
Valor de la propiedad
Tipo: System.Data.SqlTypes.SqlDouble
A SqlDouble value that represents the X-coordinate value of a point.
Comentarios
The value of this property will be nulles una referencia NULL (Nothing en Visual Basic). if the SqlGeometry instance is not a point.
This property is read-only.