This topic has not yet been rated - Rate this topic

Package.SuppressConfigurationWarnings Property

Indicates if warnings generated by configurations are suppressed.

Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)
public bool SuppressConfigurationWarnings { get; set; }
/** @property */
public boolean get_SuppressConfigurationWarnings ()

/** @property */
public void set_SuppressConfigurationWarnings (boolean value)

public function get SuppressConfigurationWarnings () : boolean

public function set SuppressConfigurationWarnings (value : boolean)

Property Value

true suppresses warnings by configurations.
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.