Package.SuppressConfigurationWarnings Property

 

Applies To: SQL Server 2016 Preview

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

Namespace:   Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Syntax

public bool SuppressConfigurationWarnings { get; set; }
public:
property bool SuppressConfigurationWarnings {
    bool get();
    void set(bool value);
}
member SuppressConfigurationWarnings : bool with get, set
Public Property SuppressConfigurationWarnings As Boolean

Property Value

Type: System.Boolean

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

See Also

Package Class
Microsoft.SqlServer.Dts.Runtime Namespace

Return to top