STStartPoint 메서드
Returns the start point of a SqlGeography instance.
네임스페이스: Microsoft.SqlServer.Types
어셈블리: Microsoft.SqlServer.Types(Microsoft.SqlServer.Types.dll)
구문
‘선언
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := True)> _
Public Function STStartPoint As SqlGeography
‘사용 방법
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
반환 값
유형: Microsoft.SqlServer.Types. . :: . .SqlGeography
A SqlGeography value that represents the start point of the calling SqlGeography.
주의
STStartPoint is the equivalent of STPointN(1).