次の方法で共有


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 です。

属性

適用対象