다음을 통해 공유


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입니다.

특성

적용 대상