共用方式為


SqlGeometry.STEnvelope 方法

Returns the minimum axis-aligned bounding rectangle of the instance.

命名空間:  Microsoft.SqlServer.Types
組件:  Microsoft.SqlServer.Types (在 Microsoft.SqlServer.Types.dll 中)

語法

'宣告
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := False)> _
Public Function STEnvelope As SqlGeometry
'用途
Dim instance As SqlGeometry 
Dim returnValue As SqlGeometry 

returnValue = instance.STEnvelope()
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
public SqlGeometry STEnvelope()
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
public:
SqlGeometry^ STEnvelope()
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)>]
member STEnvelope : unit -> SqlGeometry
public function STEnvelope() : SqlGeometry

傳回值

型別:Microsoft.SqlServer.Types.SqlGeometry
A SqlGeometry object that represents the minimum axis-aligned bounding rectangle of the calling instance.

請參閱

參考

SqlGeometry 類別

Microsoft.SqlServer.Types 命名空間