共用方式為


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 命名空間