Share via


SqlGeography.STStartPoint-Methode ()

 

Gibt den Ausgangspunkt einer SqlGeography-Instanz zurück.

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

Syntax

[SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
public SqlGeography STStartPoint()
public:
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
SqlGeography^ STStartPoint()
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)>]
member STStartPoint : unit -> SqlGeography
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := True)>
Public Function STStartPoint As SqlGeography

Rückgabewert

Type: Microsoft.SqlServer.Types.SqlGeography

Ein SqlGeography-Wert, der den Startpunkt der aufrufenden SqlGeography-Instanz darstellt.

Hinweise

STStartPoint entspricht der STPointN(1).

Siehe auch

SqlGeography-Klasse
Microsoft.SqlServer.Types-Namespace

Zurück zum Anfang