ISql100SpatialIndex.FillFactor プロパティ

名前空間 :  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
アセンブリ :  Microsoft.Data.Schema.Sql (Microsoft.Data.Schema.Sql.dll 内)

構文

'宣言
Property FillFactor As Integer
'使用
Dim instance As ISql100SpatialIndex
Dim value As Integer

value = instance.FillFactor

instance.FillFactor = value
int FillFactor { get; set; }
property int FillFactor {
    int get ();
    void set (int value);
}
function get FillFactor () : int
function set FillFactor (value : int)

プロパティ値

型 : System.Int32

参照

参照

ISql100SpatialIndex インターフェイス

ISql100SpatialIndex メンバ

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer 名前空間