Compartir a través de


ISqlSpecifiesIndex.FillFactor (Propiedad)

Obtiene o establece el factor de relleno del índice.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
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 propiedad

Tipo: System.Nullable<Int32>

Seguridad de .NET Framework

Vea también

Referencia

ISqlSpecifiesIndex Interfaz

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)