Index.BoundingBoxXMax Property
Specifies the x-coordinate of the upper right corner of a bounding box
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Deklaracja
<SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)> _
Public Property BoundingBoxXMax As Double
[SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)]
public double BoundingBoxXMax { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::ReadOnlyAfterCreation)]
public:
property double BoundingBoxXMax {
double get ();
void set (double value);
}
/** @property */
public double get_BoundingBoxXMax ()
/** @property */
public void set_BoundingBoxXMax (double value)
public function get BoundingBoxXMax () : double
public function set BoundingBoxXMax (value : double)
Property Value
Remarks
This property cannot be modified by using the Alter method. To change the property, the index must be rebuilt or re-created.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
See Also