Propriedade do RDL FillFactor
Gets or sets the percentage of an index page to fill when the index is created or re-created.
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase|SfcPropertyFlags.Design|SfcPropertyFlags.Deploy)] public byte FillFactor { get; set; }
Valor da propriedade
Tipo: System..::..ByteA Byte value that specifies proportion of the index page to fill, in percent.
Observação |
|---|
For indexes based on the UserDefinedTableType object the value of FillFactor value is provided by sys.indexes and the value of FillFactor property is ignored. |
Observação