Share via


Package.SuppressConfigurationWarnings Propriedade

Definição

Obtém ou define um valor que indica se os avisos gerados por configurações serão suprimidos.

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

Valor da propriedade

Boolean

true se os avisos gerados pelas configurações forem suprimidos; caso contrário, false.

Atributos

Aplica-se a