Condividi tramite


DacExtractOptions.ExtractUsageProperties Proprietà

Definizione

Le proprietà di utilizzo includono Table.RowCount, Table.IndexSize, Table.DataSize, Table.UsedPages e Table.DataPages. Se true, queste proprietà vengono estratte dal database e sono accessibili nel modello.

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

Valore della proprietà

True se le proprietà di utilizzo verranno estratte; in caso contrario false. Il valore predefinito è false.

Attributi

Si applica a