DacExtractOptions.ExtractUsageProperties Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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