Index.BoundingBoxYMin プロパティ

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

名前空間:  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 BoundingBoxYMin As Double 
    Get 
    Set
'使用
Dim instance As Index 
Dim value As Double 

value = instance.BoundingBoxYMin

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

プロパティ値

型: System.Double
境界ボックスの左下隅の y 座標です。

説明

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

関連項目

参照

Index クラス

Microsoft.SqlServer.Management.Smo 名前空間

その他の技術情報

空間インデックスの概要