Package.SuppressConfigurationWarnings 속성

정의

구성에 의해 생성된 경고가 표시되지 않는지 여부를 나타내는 값을 가져오거나 설정합니다.

public:
 property bool SuppressConfigurationWarnings { bool get(); void set(bool value); };
[Microsoft.SqlServer.Dts.Runtime.Localization.LocalizablePropertyDescription(typeof(Microsoft.SqlServer.Dts.Runtime.Localized), "SuppressConfigurationWarningsDesc")]
public bool SuppressConfigurationWarnings { get; set; }
[<Microsoft.SqlServer.Dts.Runtime.Localization.LocalizablePropertyDescription(typeof(Microsoft.SqlServer.Dts.Runtime.Localized), "SuppressConfigurationWarningsDesc")>]
member this.SuppressConfigurationWarnings : bool with get, set
Public Property SuppressConfigurationWarnings As Boolean

속성 값

Boolean

구성에서 생성된 경고가 표시되지 않으면 true입니다. 그렇지 않으면 false입니다.

특성

적용 대상