Propriété STY
Gets the Y-coordinate property of a Point instance.
Espace de noms : Microsoft.SqlServer.Types
Assembly : Microsoft.SqlServer.Types (en Microsoft.SqlServer.Types.dll)
Syntaxe
'Déclaration
Public ReadOnly Property STY As SqlDouble
Get
'Utilisation
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
Valeur de propriété
Type : System.Data.SqlTypes. . :: . .SqlDouble
A SqlDouble value that represents the Y-coordinate value of a point.
Notes
The value of this property will be null Nothing nullptr unit une référence Null (Nothing dans Visual Basic) if the SqlGeometry instance is not a point.
This property is read-only.