Partager via


DacExtractOptions.ExtractUsageProperties Propriété

Définition

Les propriétés d’utilisation incluent Table.RowCount, Table.IndexSize, Table.DataSize, Table.UsedPages et Table.DataPages. Quand la valeur est true, ces propriétés sont extraites de la base de données et sont accessibles dans le modèle.

public bool ExtractUsageProperties { get; set; }
[Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "ExtractUsageProperties")]
public bool ExtractUsageProperties { get; set; }
member this.ExtractUsageProperties : bool with get, set
[<Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "ExtractUsageProperties")>]
member this.ExtractUsageProperties : bool with get, set
Public Property ExtractUsageProperties As Boolean

Valeur de propriété

True si les propriétés d’utilisation sont extraites ; sinon, false. La valeur par défaut est false.

Attributs

S’applique à