共用方式為


Index.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.None Or SfcPropertyFlags.ReadOnlyAfterCreation Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase)> _
Public Property BoundingBoxXMin As Double 
    Get 
    Set
'用途
Dim instance As Index 
Dim value As Double 

value = instance.BoundingBoxXMin

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

屬性值

型別:System.Double
The x-coordinate of the lower-left corner of a bounding box.

備註

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

請參閱

參考

Index 類別

Microsoft.SqlServer.Management.Smo 命名空間

其他資源

空間索引概觀