Proprietà Index.BoundingBoxXMax

Specifies the x-coordinate of the upper right corner of a bounding box.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.ReadOnlyAfterCreation Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase)> _
Public Property BoundingBoxXMax As Double 
    Get 
    Set
'Utilizzo
Dim instance As Index 
Dim value As Double 

value = instance.BoundingBoxXMax

instance.BoundingBoxXMax = value
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)]
public double BoundingBoxXMax { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::ReadOnlyAfterCreation|SfcPropertyFlags::Standalone|SfcPropertyFlags::SqlAzureDatabase)]
public:
property double BoundingBoxXMax {
    double get ();
    void set (double value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)>]
member BoundingBoxXMax : float with get, set
function get BoundingBoxXMax () : double 
function set BoundingBoxXMax (value : double)

Valore proprietà

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

Osservazioni

This property cannot be modified by using the Alter method. To change the property, the index must be rebuilt or re-created.

Vedere anche

Riferimento

Index Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo

Altre risorse

Panoramica dell'indicizzazione spaziale