IMutableSpatialIndex.BoundingBoxXMax 속성

Gets or sets the x-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 BoundingBoxXMax As Double 
    Get 
    Set
‘사용 방법
Dim instance As IMutableSpatialIndex 
Dim value As Double 

value = instance.BoundingBoxXMax

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

속성 값

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

참고 항목

참조

IMutableSpatialIndex 인터페이스

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