Поделиться через


Метод 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