IDTSPackage100.SuppressConfigurationWarnings Property

Definition

Gets or sets a value that indicates whether the warnings generated by configurations are suppressed.

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

Property Value

true if the warnings generated by configurations are suppressed; otherwise, false.

Attributes

Remarks

This interface is implemented by the Package and PackageNeutral interfaces.

Applies to