IMutableSpatialIndex.BoundingBoxYMax 속성

Gets or sets the y-coordinate of the upper-right corner of a bounding box.

네임스페이스:  Microsoft.SqlServer.Management.SqlParser.Metadata
어셈블리:  Microsoft.SqlServer.Management.SqlParser(Microsoft.SqlServer.Management.SqlParser.dll)

구문

‘선언
Property BoundingBoxYMax As Double 
    Get 
    Set
‘사용 방법
Dim instance As IMutableSpatialIndex 
Dim value As Double 

value = instance.BoundingBoxYMax

instance.BoundingBoxYMax = value
double BoundingBoxYMax { get; set; }
property double BoundingBoxYMax {
    double get ();
    void set (double value);
}
abstract BoundingBoxYMax : float with get, set
function get BoundingBoxYMax () : double 
function set BoundingBoxYMax (value : double)

속성 값

유형: System.Double
The y-coordinate of the upper-right corner of a bounding box.

참고 항목

참조

IMutableSpatialIndex 인터페이스

Microsoft.SqlServer.Management.SqlParser.Metadata 네임스페이스