SqlGeometry.STBoundary Method

Definition

Returns the boundary of a SqlGeometry instance.

[Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=false)]
public Microsoft.SqlServer.Types.SqlGeometry STBoundary ();
[<Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=false)>]
member this.STBoundary : unit -> Microsoft.SqlServer.Types.SqlGeometry
Public Function STBoundary () As SqlGeometry

Returns

A SqlGeometry object that represents the boundary of the calling SqlGeometry.

Attributes

Applies to