Partilhar via


Propriedade do RDL SqlGeometry.STY

Gets the Y-coordinate property of a Point instance.

Namespace:  Microsoft.SqlServer.Types
Assembly:  Microsoft.SqlServer.Types (em Microsoft.SqlServer.Types.dll)

Sintaxe

'Declaração
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 da propriedade

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

Comentários

The value of this property will be nulluma referência nula (Nothing no Visual Basic) if the SqlGeometry instance is not a point.

This property is read-only.

Consulte também

Referência

SqlGeometry Classe

Namespace Microsoft.SqlServer.Types