Index.BoundingBoxYMax 属性

Specifies the y-coordinate of upper-right 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 BoundingBoxYMax As Double 
    Get 
    Set
用法
Dim instance As Index 
Dim value As Double 

value = instance.BoundingBoxYMax

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

属性值

类型:System.Double
The y-coordinate of upper-right 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 命名空间

其他资源

空间索引概述