다음을 통해 공유


BoundingBoxYMin 속성

Specifies the y-coordinate of the lower-left corner of a bounding box.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo

구문

‘선언
<SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)> _
Public Property BoundingBoxYMin As Double
    Get
    Set
‘사용 방법
Dim instance As Index
Dim value As Double

value = instance.BoundingBoxYMin

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

속성 값

형식: System. . :: . .Double
Double

주의

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