Właściwość Index.BoundingBoxXMax
Określa współrzędną x prawego górnego rogu pole ograniczenia
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.ReadOnlyAfterCreation Or SfcPropertyFlags.Standalone)> _
Public Property BoundingBoxXMax As Double
Get
Set
'Użycie
Dim instance As Index
Dim value As Double
value = instance.BoundingBoxXMax
instance.BoundingBoxXMax = value
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone)]
public double BoundingBoxXMax { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::ReadOnlyAfterCreation|SfcPropertyFlags::Standalone)]
public:
property double BoundingBoxXMax {
double get ();
void set (double value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone)>]
member BoundingBoxXMax : float with get, set
function get BoundingBoxXMax () : double
function set BoundingBoxXMax (value : double)
Wartość właściwości
Typ: System.Double
Double
Uwagi
Tej właściwość nie można modyfikować za pomocą Alter() metoda.Aby zmienić właściwość, indeks musi przebudowany lub utworzony ponownie.
Zobacz także