IDTSPackage100.SuppressConfigurationWarnings 属性

定义

public:
 property bool SuppressConfigurationWarnings { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(87)]
public bool SuppressConfigurationWarnings { [System.Runtime.InteropServices.DispId(87)] get; [System.Runtime.InteropServices.DispId(87)] set; }
[<System.Runtime.InteropServices.DispId(87)>]
[<get: System.Runtime.InteropServices.DispId(87)>]
[<set: System.Runtime.InteropServices.DispId(87)>]
member this.SuppressConfigurationWarnings : bool with get, set
Public Property SuppressConfigurationWarnings As Boolean

属性值

如果配置产生的警告被抑制,则为;否则,就是假的。

属性

注解

该接口由 PackagePackageNeutral 接口实现。

适用于