SqlGeometry.STBoundary 方法 ()

 

返回 SqlGeometry 实例的边界。

命名空间:   Microsoft.SqlServer.Types
程序集:  Microsoft.SqlServer.Types(位于 Microsoft.SqlServer.Types.dll)

语法

[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
public SqlGeometry STBoundary()
public:
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
SqlGeometry^ STBoundary()
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)>]
member STBoundary : unit -> SqlGeometry
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := False)>
Public Function STBoundary As SqlGeometry

返回值

Type: Microsoft.SqlServer.Types.SqlGeometry

一个 SqlGeometry 对象,该对象表示调用 SqlGeometry 的边界。

另请参阅

SqlGeometry 类
Microsoft.SqlServer.Types 命名空间

返回页首