Propriedade ISqlSpecifiesIndex.FillFactor

Obtém ou define o fator de preenchimento do índice.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (em Microsoft.Data.Schema.Sql.dll)

Sintaxe

'Declaração
Property FillFactor As Nullable(Of Integer)
    Get
    Set
Nullable<int> FillFactor { get; set; }
property Nullable<int> FillFactor {
    Nullable<int> get ();
    void set (Nullable<int> value);
}
abstract FillFactor : Nullable<int> with get, set
function get FillFactor () : Nullable<int>
function set FillFactor (value : Nullable<int>)

Valor de propriedade

Tipo: System.Nullable<Int32>

Segurança do .NET Framework

Consulte também

Referência

ISqlSpecifiesIndex Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel