DacExtractOptions.ExtractUsageProperties Properti
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Properti penggunaan termasuk Table.RowCount, Table.IndexSize, Table.DataSize, Table.UsedPages dan Table.DataPages. Jika benar, properti ini diekstrak dari database dan dapat diakses dalam model.
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
Nilai Properti
Benar jika properti penggunaan akan diekstraksi; jika tidak salah. Nilai defaultnya adalah salah.
- Atribut