SqlGeometry.STBoundary 메서드

Returns the boundary of a SqlGeometry instance.

네임스페이스:  Microsoft.SqlServer.Types
어셈블리:  Microsoft.SqlServer.Types(Microsoft.SqlServer.Types.dll)

구문

‘선언
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := False)> _
Public Function STBoundary As SqlGeometry
‘사용 방법
Dim instance As SqlGeometry 
Dim returnValue As SqlGeometry 

returnValue = instance.STBoundary()
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
public SqlGeometry STBoundary()
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
public:
SqlGeometry^ STBoundary()
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)>]
member STBoundary : unit -> SqlGeometry
public function STBoundary() : SqlGeometry

반환 값

유형: Microsoft.SqlServer.Types.SqlGeometry
A SqlGeometry object that represents the boundary of the calling SqlGeometry.

참고 항목

참조

SqlGeometry 클래스

Microsoft.SqlServer.Types 네임스페이스