Udostępnij przez


Index.BoundingBoxYMin Property

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

Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Syntax

'Deklaracja
<SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)> _
Public Property BoundingBoxYMin As Double
[SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)] 
public double BoundingBoxYMin { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::ReadOnlyAfterCreation)] 
public:
property double BoundingBoxYMin {
    double get ();
    void set (double value);
}
/** @property */
public double get_BoundingBoxYMin ()

/** @property */
public void set_BoundingBoxYMin (double value)
public function get BoundingBoxYMin () : double

public function set BoundingBoxYMin (value : double)

Property Value

Double

Remarks

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

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.