다음을 통해 공유


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.