Compartir a través de


SqlGeometry.STY Propiedad

Gets the Y-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 STY As SqlDouble 
    Get
'Uso
Dim instance As SqlGeometry 
Dim value As SqlDouble 

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

Valor de la propiedad

Tipo: System.Data.SqlTypes.SqlDouble
A SqlDouble value that represents the Y-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.

Vea también

Referencia

SqlGeometry Clase

Espacio de nombres Microsoft.SqlServer.Types