Udostępnij przez


Index.BoundingBoxXMin Property

Specifies the x-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 BoundingBoxXMin As Double
[SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)] 
public double BoundingBoxXMin { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::ReadOnlyAfterCreation)] 
public:
property double BoundingBoxXMin {
    double get ();
    void set (double value);
}
/** @property */
public double get_BoundingBoxXMin ()

/** @property */
public void set_BoundingBoxXMin (double value)
public function get BoundingBoxXMin () : double

public function set BoundingBoxXMin (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.