Método STStartPoint
Returns the start point of a SqlGeography instance.
Namespace: Microsoft.SqlServer.Types
Assembly: Microsoft.SqlServer.Types (em Microsoft.SqlServer.Types.dll)
Sintaxe
'Declaração
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := True)> _
Public Function STStartPoint As SqlGeography
'Uso
Dim instance As SqlGeography
Dim returnValue As SqlGeography
returnValue = instance.STStartPoint()
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
public SqlGeography STStartPoint()
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
public:
SqlGeography^ STStartPoint()
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)>]
member STStartPoint : unit -> SqlGeography
public function STStartPoint() : SqlGeography
Valor de retorno
Tipo: Microsoft.SqlServer.Types. . :: . .SqlGeography
A SqlGeography value that represents the start point of the calling SqlGeography.
Comentários
STStartPoint is the equivalent of STPointN(1).