ISql100SpatialIndex.YMax 属性

获取或设置边界框的最大 y 值。

命名空间:  Microsoft.Data.Schema.Sql.SchemaModel
程序集:  Microsoft.Data.Schema.Sql(在 Microsoft.Data.Schema.Sql.dll 中)

语法

声明
Property YMax As Nullable(Of Double)
    Get
    Set
Nullable<double> YMax { get; set; }
property Nullable<double> YMax {
    Nullable<double> get ();
    void set (Nullable<double> value);
}
abstract YMax : Nullable<float> with get, set
function get YMax () : Nullable<double>
function set YMax (value : Nullable<double>)

属性值

类型:System.Nullable<Double>

.NET Framework 安全性

请参见

参考

ISql100SpatialIndex 接口

Microsoft.Data.Schema.Sql.SchemaModel 命名空间