다음을 통해 공유


BoundingBoxYMax 속성

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

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

구문

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

value = instance.BoundingBoxYMax

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