SqlGeography.ISqlSpatialGridIndexable.GetBoundingBoxCorners 方法
Returns a value for the bounding box corners for the SQL Geography.
命名空間: Microsoft.SqlServer.Types
組件: Microsoft.SqlServer.Types (在 Microsoft.SqlServer.Types.dll 中)
語法
'宣告
Private Sub GetBoundingBoxCorners ( _
<OutAttribute> ByRef minX As Double, _
<OutAttribute> ByRef minY As Double, _
<OutAttribute> ByRef maxX As Double, _
<OutAttribute> ByRef maxY As Double _
) Implements ISqlSpatialGridIndexable.GetBoundingBoxCorners
'用途
Dim instance As SqlGeography
Dim minX As Double
Dim minY As Double
Dim maxX As Double
Dim maxY As Double
CType(instance, ISqlSpatialGridIndexable).GetBoundingBoxCorners(minX, _
minY, maxX, maxY)
void ISqlSpatialGridIndexable.GetBoundingBoxCorners(
out double minX,
out double minY,
out double maxX,
out double maxY
)
private:
virtual void GetBoundingBoxCorners(
[OutAttribute] double% minX,
[OutAttribute] double% minY,
[OutAttribute] double% maxX,
[OutAttribute] double% maxY
) sealed = ISqlSpatialGridIndexable::GetBoundingBoxCorners
private abstract GetBoundingBoxCorners :
minX:float byref *
minY:float byref *
maxX:float byref *
maxY:float byref -> unit
private override GetBoundingBoxCorners :
minX:float byref *
minY:float byref *
maxX:float byref *
maxY:float byref -> unit
JScript 支援明確介面實作的使用,但不支援新介面實作的宣告。
參數
- minX
型別:System.Double%
The minimum value of X.
- minY
型別:System.Double%
The minimum value of Y.
- maxX
型別:System.Double%
The maximum value of X.
- maxY
型別:System.Double%
The maximum value of Y.
實作
ISqlSpatialGridIndexable.GetBoundingBoxCorners(Double%, Double%, Double%, Double%)