Index.BoundingBoxXMin プロパティ

境界ボックスの左下隅の x 座標を指定します。

名前空間:  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
境界ボックスの左下隅の x 座標です。

説明

このプロパティは、Alter メソッドを使用して変更することはできません。 このプロパティを変更するには、インデックスの再構築または再作成が必要です。

関連項目

参照

Index クラス

Microsoft.SqlServer.Management.Smo 名前空間

その他の技術情報

空間インデックスの概要