Linguaggio

Package.SuppressConfigurationWarnings Proprietà

Definizione

Ottiene o imposta un valore che indica se gli avvisi generati dalle configurazioni sono soppressi.

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à

Vero se gli avvisi generati dalle configurazioni sono soppressi; altrimenti, falso.

Attributi

Si applica a