다음을 통해 공유


DacExtractOptions.IgnoreExtendedProperties 속성

정의

확장 속성을 무시할지 여부를 지정하는 부울을 가져오거나 설정합니다.

public bool IgnoreExtendedProperties { get; set; }
[Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "ExtractIgnoreExtendedProperties")]
public bool IgnoreExtendedProperties { get; set; }
member this.IgnoreExtendedProperties : bool with get, set
[<Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "ExtractIgnoreExtendedProperties")>]
member this.IgnoreExtendedProperties : bool with get, set
Public Property IgnoreExtendedProperties As Boolean

속성 값

확장 속성을 무시하려면 true이고, 그렇지 않으면 false입니다. 기본값은 false입니다.

특성

적용 대상