BoundingBoxXMax-Eigenschaft
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
'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)> _
Public Property BoundingBoxXMax As Double
Get
Set
'Usage
Dim instance As Index
Dim value As Double
value = instance.BoundingBoxXMax
instance.BoundingBoxXMax = value
[SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)]
public double BoundingBoxXMax { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::ReadOnlyAfterCreation)]
public:
property double BoundingBoxXMax {
double get ();
void set (double value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)>]
member BoundingBoxXMax : float with get, set
function get BoundingBoxXMax () : double
function set BoundingBoxXMax (value : double)
Eigenschaftenwert
Hinweise
This property cannot be modified by using the Alter()()()() method. To change the property, the index must be rebuilt or re-created.
Siehe auch