Udostępnij za pośrednictwem


Właściwość Index.BoundingBoxYMax

Określa współrzędną y 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 BoundingBoxYMax As Double
    Get
    Set
'Użycie
Dim instance As Index
Dim value As Double

value = instance.BoundingBoxYMax

instance.BoundingBoxYMax = value
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone)]
public double BoundingBoxYMax { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::ReadOnlyAfterCreation|SfcPropertyFlags::Standalone)]
public:
property double BoundingBoxYMax {
    double get ();
    void set (double value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone)>]
member BoundingBoxYMax : float with get, set
function get BoundingBoxYMax () : double
function set BoundingBoxYMax (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.