Package.SuppressConfigurationWarnings Propriété

Définition

Obtient ou définit une valeur qui indique si les avertissements générés par les configurations ont été supprimés.

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

Valeur de propriété

Boolean

true si les avertissements générés par les configurations sont supprimés ; sinon, false.

Attributs

S’applique à