Compartir a través de


SqlGeometry.STBoundary Método

Returns the boundary of a SqlGeometry instance.

Espacio de nombres:  Microsoft.SqlServer.Types
Ensamblado:  Microsoft.SqlServer.Types (en Microsoft.SqlServer.Types.dll)

Sintaxis

'Declaración
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := False)> _
Public Function STBoundary As SqlGeometry
'Uso
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

Valor devuelto

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

Vea también

Referencia

SqlGeometry Clase

Espacio de nombres Microsoft.SqlServer.Types