Share via


Package.SuppressConfigurationWarnings Property

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

'Declaration
Public Property SuppressConfigurationWarnings As Boolean 
    Get 
    Set
'Usage
Dim instance As Package 
Dim value As Boolean 

value = instance.SuppressConfigurationWarnings

instance.SuppressConfigurationWarnings = value
public bool SuppressConfigurationWarnings { get; set; }
public:
property bool SuppressConfigurationWarnings {
    bool get ();
    void set (bool value);
}
member SuppressConfigurationWarnings : bool with get, set
function get SuppressConfigurationWarnings () : boolean 
function set SuppressConfigurationWarnings (value : boolean)

Property Value

Type: System.Boolean
true if the warnings generated by configurations are suppressed; otherwise, false.

See Also

Reference

Package Class

Microsoft.SqlServer.Dts.Runtime Namespace