Поделиться через


DacExtractOptions.ExtractUsageProperties Свойство

Определение

К свойствам использования относятся Table.RowCount, Table.IndexSize, Table.DataSize, Table.UsedPages и Table.DataPages. При значении true эти свойства извлекаются из базы данных и доступны в модели.

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

Значение свойства

Значение true, если свойства использования будут извлечены; в противном случае — false. Значение по умолчанию — false.

Атрибуты

Применяется к