ISql100SpatialIndex.YMin 屬性

取得或設定週框方塊的最小 Y 值。

命名空間:  Microsoft.Data.Schema.Sql.SchemaModel
組件:  Microsoft.Data.Schema.Sql (在 Microsoft.Data.Schema.Sql.dll 中)

語法

'宣告
Property YMin As Nullable(Of Double)
    Get
    Set
Nullable<double> YMin { get; set; }
property Nullable<double> YMin {
    Nullable<double> get ();
    void set (Nullable<double> value);
}
abstract YMin : Nullable<float> with get, set
function get YMin () : Nullable<double>
function set YMin (value : Nullable<double>)

屬性值

型別:System.Nullable<Double>

.NET Framework 安全性

請參閱

參考

ISql100SpatialIndex 介面

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