Partager via


ISqlSpecifiesIndex.FillFactor, propriété

Obtient ou définit le facteur de remplissage de l'index.

Espace de noms :  Microsoft.Data.Schema.Sql.SchemaModel
Assembly :  Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Déclaration
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>)

Valeur de propriété

Type : System.Nullable<Int32>

Sécurité .NET Framework

Voir aussi

Référence

ISqlSpecifiesIndex Interface

Microsoft.Data.Schema.Sql.SchemaModel, espace de noms