共用方式為


ISql100SpatialIndex.XMin 屬性

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

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

語法

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

屬性值

型別:System.Nullable<Double>

.NET Framework 安全性

請參閱

參考

ISql100SpatialIndex 介面

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