BoundingBoxXMin 属性
Specifies the x-coordinate of the lower-left corner of a bounding box.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
<SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)> _
Public Property BoundingBoxXMin As Double
Get
Set
用法
Dim instance As Index
Dim value As Double
value = instance.BoundingBoxXMin
instance.BoundingBoxXMin = value
[SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)]
public double BoundingBoxXMin { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::ReadOnlyAfterCreation)]
public:
property double BoundingBoxXMin {
double get ();
void set (double value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)>]
member BoundingBoxXMin : float with get, set
function get BoundingBoxXMin () : double
function set BoundingBoxXMin (value : double)
属性值
注释
This property cannot be modified by using the Alter()()()() method. To change the property, the index must be rebuilt or re-created.