Freigeben über


SqlGeometry.STY-Eigenschaft

Gets the Y-coordinate property of a Point instance.

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

Syntax

'Declaration
Public ReadOnly Property STY As SqlDouble 
    Get
'Usage
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

Eigenschaftswert

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

Hinweise

The value of this property will be nullein NULL-Verweis (Nothing in Visual Basic) if the SqlGeometry instance is not a point.

This property is read-only.

Siehe auch

Verweis

SqlGeometry Klasse

Microsoft.SqlServer.Types-Namespace