Właściwość Index.BoundingBoxXMin
Określa współrzędną x lewym dolnym 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 BoundingBoxXMin As Double
Get
Set
'Użycie
Dim instance As Index
Dim value As Double
value = instance.BoundingBoxXMin
instance.BoundingBoxXMin = value
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone)]
public double BoundingBoxXMin { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::ReadOnlyAfterCreation|SfcPropertyFlags::Standalone)]
public:
property double BoundingBoxXMin {
double get ();
void set (double value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone)>]
member BoundingBoxXMin : float with get, set
function get BoundingBoxXMin () : double
function set BoundingBoxXMin (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