Package.SuppressConfigurationWarnings Proprietà

Definizione

Ottiene o imposta un valore che indica se gli avvisi generati da configurazioni non vengono visualizzati.

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

Valore della proprietà

Boolean

true se gli avvisi generati dalle configurazioni vengono eliminati; in caso contrario, false.

Attributi

Si applica a