Index.BoundingBoxYMax Property
Specifies the y-coordinate of 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 BoundingBoxYMax As Double
[SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)]
public double BoundingBoxYMax { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::ReadOnlyAfterCreation)]
public:
property double BoundingBoxYMax {
double get ();
void set (double value);
}
/** @property */
public double get_BoundingBoxYMax ()
/** @property */
public void set_BoundingBoxYMax (double value)
public function get BoundingBoxYMax () : double
public function set BoundingBoxYMax (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